getProperty() public method

Get an enity property
Deprecation: legacy from frontend controllers
public getProperty ( $key ) : mixed
$key
return mixed
 public function getProperty($p_key)
 {
     $this->__load();
     return parent::getProperty($p_key);
 }