コード例 #1
0
ファイル: Block.php プロジェクト: gries/mcontrol
 /**
  * Attach a block to a structure
  *
  * @param Structure $structure
  */
 public function attachToStructure(Structure $structure)
 {
     $this->structureId = $structure->getId();
 }