예제 #1
0
파일: Block.php 프로젝트: gries/mcontrol
 /**
  * Attach a block to a structure
  *
  * @param Structure $structure
  */
 public function attachToStructure(Structure $structure)
 {
     $this->structureId = $structure->getId();
 }