Phan\Debug::mark PHP Méthode

mark() public static méthode

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