setCabin() public method

Set the cabin for this gear
public setCabin ( string $cabin ) : self
$cabin string
return self
コード例 #1
0
ファイル: CustomPages.php プロジェクト: paragonie/airship
 /**
  * This function is called after the dependencies have been injected by
  * AutoPilot. Think of it as a user-land constructor.
  */
 public function airshipLand()
 {
     $this->pages = $this->blueprint('CustomPages');
     $this->pages->setCabin($this->cabin);
 }