Cascade\Tests\Fixtures\SampleClass::setMandatory PHP Method

setMandatory() public method

Set the mandatory property
public setMandatory ( mixed $mandatory )
$mandatory mixed Some value
    public function setMandatory($mandatory)
    {
        $this->mandatory = $mandatory;
    }