Exemplo n.º 1
0
 /**
  * @return Property[]
  */
 public function getProperties()
 {
     foreach ($this->definition['fields'] as $strName => $arrDefinition) {
         if (!isset($this->arrProperties[$strName])) {
             $this->getProperty($strName);
         }
     }
     return parent::getProperties();
 }