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

hasAttribute() 공개 메소드

Check if a model has certain attribute
public hasAttribute ( string | ManaPHP\Mvc\ModelInterface $model, string $attribute ) : boolean
$model string | ManaPHP\Mvc\ModelInterface
$attribute string
리턴 boolean
    public function hasAttribute($model, $attribute);