ConsoleKit\Colors::__callStatic PHP Method

__callStatic() public static method

public static __callStatic ( $method, $args )
    public static function __callStatic($method, $args)
    {
        return self::colorize($args[0], $method);
    }