titanscssc::toBool PHP 메소드

toBool() 공개 메소드

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