Newscoop\Controller\Action\Helper\Datatable\Row::__get PHP Méthode

__get() public méthode

public __get ( $key )
    public function __get($key)
    {
        return @$this->_data->{$key};
    }