titanscssc::toBool PHP Method

toBool() public method

public toBool ( $thing )
    public function toBool($thing)
    {
        return $thing ? self::$true : self::$false;
    }
titanscssc