titanscssc::toBool PHP Метод

toBool() публичный Метод

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