yii\apidoc\models\PropertyDoc::getIsWriteOnly PHP Метод

getIsWriteOnly() публичный Метод

public getIsWriteOnly ( ) : boolean
Результат boolean if property is write only
    public function getIsWriteOnly()
    {
        return $this->getter === null && $this->setter !== null;
    }