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

Get an enity property
Устаревший: legacy from frontend controllers
public getProperty ( $p_key ) : mixed
$p_key
Результат mixed
Пример #1
0
 public function getProperty($p_key)
 {
     $this->__load();
     return parent::getProperty($p_key);
 }