예제 #1
0
파일: Module.php 프로젝트: fachriza/thelia
 /**
  * @return bool true if the module image has been deployed, false otherwise.
  */
 public function isModuleImageDeployed()
 {
     return ModuleImageQuery::create()->filterByModuleId($this->getId())->count() > 0;
 }
예제 #2
0
 /**
  * Get the Query instance for this object
  *
  * @return ModelCriteria
  */
 public function getQueryInstance()
 {
     return ModuleImageQuery::create();
 }