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

getNonPrimaryKeyAttributes() 공개 메소드

Returns an array of fields which are not part of the primary key
public getNonPrimaryKeyAttributes ( string | ManaPHP\Mvc\ModelInterface $model ) : array
$model string | ManaPHP\Mvc\ModelInterface
리턴 array
    public function getNonPrimaryKeyAttributes($model);