Phan\Debug::mark PHP Method

mark() public static method

Print a lil' something to the console to see if a thing is called
public static mark ( )
    public static function mark()
    {
        print "mark\n";
    }