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();
    }