getAllSwitchStatements | Document Structures
Returns all the document's switch statements. This method automatically performs structural analysis. 1 <?php 2 3 use Illuminate \ Support \ Collection ; 4 5 public function getAllSwitchStatements ( ) : Collection ; Example Use 1 <?php 2 3 use...