titanscssc::toBool PHP Méthode

toBool() public méthode

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