Exemplo n.º 1
0
 protected function __construct()
 {
     parent::__construct();
     $this->componentPositionDao = BOL_ComponentEntityPositionDao::getInstance();
     $this->componentSettingDao = BOL_ComponentEntitySettingDao::getInstance();
     $this->placeSchemeDao = BOL_PlaceEntitySchemeDao::getInstance();
     $this->componentPlaceDao = BOL_ComponentEntityPlaceDao::getInstance();
 }