Newscoop\Controller\Action\Helper\Datatable\Row::__get PHP Method

__get() public method

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