Newscoop\Entity\Resource::getProperty PHP Метод

getProperty() публичный Метод

public getProperty ( )
    public function getProperty()
    {
        return;
    }

Usage Example

 public function getProperty()
 {
     $this->__load();
     return parent::getProperty();
 }