Bravo3\Orm\Tests\Entities\Refs\Leaf::setPublished PHP Method

setPublished() public method

Set Published
public setPublished ( boolean $published )
$published boolean
    public function setPublished($published)
    {
        $this->published = (bool) $published;
        return $this;
    }