yii\apidoc\models\PropertyDoc::getIsReadOnly PHP 메소드

getIsReadOnly() 공개 메소드

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