FOF30\Model\DataModel::getFields PHP Метод

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

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