getLeftMenu() public method

Dynamic content for the left menu of the Skyport.
public getLeftMenu ( ) : array
return array
Example #1
0
 /**
  * @route admin/skyport
  */
 public function index()
 {
     $this->lens('skyport', ['left' => $this->skyport->getLeftMenu()]);
 }