Neos\Eel\Tests\Unit\Fixtures\TestObject::setBooleanProperty PHP Method

setBooleanProperty() public method

public setBooleanProperty ( boolean $booleanProperty )
$booleanProperty boolean
    public function setBooleanProperty($booleanProperty)
    {
        $this->booleanProperty = $booleanProperty;
    }