Esempio n. 1
0
 public function ensureBehaviors()
 {
     parent::ensureBehaviors();
     if (!$this->behaviorsEnsured) {
         $this->behaviorsEnsured = true;
         $buildingGroupBehaviors = $this->getBuildingGroupBehaviors($this->getGroup());
         $this->attachBehaviors($buildingGroupBehaviors);
     }
 }