Example #1
0
 /**
  * Attach a block to a structure
  *
  * @param Structure $structure
  */
 public function attachToStructure(Structure $structure)
 {
     $this->structureId = $structure->getId();
 }