Пример #1
0
 public function setProperty(IProperty $property)
 {
     $this->propertyList[$property->getName()] = $property;
     return $this;
 }
Пример #2
0
 public function getValue($default = null)
 {
     return $this->property->get($default);
 }