getBlogMenu() public method

Gets the data necessary for the side menu on blog pages
public getBlogMenu ( ) : array
return array
Esempio n. 1
0
 /**
  * This function is called after the dependencies have been injected by
  * AutoPilot. Think of it as a user-land constructor.
  */
 public function airshipLand()
 {
     $this->blog = $this->blueprint('Blog');
     $this->airship_lens_object->store('blogmenu', $this->blog->getBlogMenu());
 }