Bravo3\Orm\Tests\Entities\SortedUser::setActive PHP Method

setActive() public method

Set Active
public setActive ( boolean $active )
$active boolean
    public function setActive($active)
    {
        $this->active = (bool) $active;
        return $this;
    }