Mapper::unsetPrefix PHP Méthode

unsetPrefix() public static méthode

public static unsetPrefix ( $prefix )
    public static function unsetPrefix($prefix)
    {
        unset(self::instance()->prefixes[$prefix]);
    }

Usage Example

 public function tearDown()
 {
     $this->dispatcher = null;
     Mapper::unsetPrefix("admin");
 }