/**
  * {@inheritDoc}
  */
 public function getAttributeValueObject($ak, $createIfNotFound = false)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getAttributeValueObject', array($ak, $createIfNotFound));
     return parent::getAttributeValueObject($ak, $createIfNotFound);
 }
예제 #2
0
 public function getAttributeValueObject($ak, $createIfNotFound = false)
 {
     return parent::getAttributeValueObject($ak, $createIfNotFound);
 }