ManaPHP\Mvc\Model\MetadataInterface::getAutoIncrementAttribute PHP 메소드

getAutoIncrementAttribute() 공개 메소드

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