Mapper::unsetPrefix PHP Method

unsetPrefix() public static method

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");
 }