FOF30\Model\DataModel::getFields PHP Méthode

getFields() public méthode

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