yii\apidoc\models\PropertyDoc::getIsReadOnly PHP Méthode

getIsReadOnly() public méthode

public getIsReadOnly ( ) : boolean
Résultat boolean if property is read only
    public function getIsReadOnly()
    {
        return $this->getter !== null && $this->setter === null;
    }