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

getIsWriteOnly() public méthode

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