ManaPHP\Mvc\Model\MetadataInterface::getAttributes PHP Method

getAttributes() public method

Returns table attributes names (fields)
public getAttributes ( string | ManaPHP\Mvc\ModelInterface $model ) : array
$model string | ManaPHP\Mvc\ModelInterface
return array
    public function getAttributes($model);