FOF30\Model\DataModel::getFields PHP Method

getFields() public method

Get the columns from database table. For JTableInterface compatibility.
public getFields ( ) : mixed
return mixed An array of the field names, or false if an error occurs.
    public function getFields()
    {
        return $this->getTableFields();
    }