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

getAutoIncrementAttribute() public method

Returns attribute which is auto increment or null
public getAutoIncrementAttribute ( string | ManaPHP\Mvc\ModelInterface $model ) : string | null
$model string | ManaPHP\Mvc\ModelInterface
return string | null |null
    public function getAutoIncrementAttribute($model);