Overview

Namespaces

  • pgn
    • exceptions
    • tags
  • utils

Classes

  • Parser
  • String

Exceptions

  • ParserException
  • Overview
  • Namespace
  • Class

Class Parser

Designed to be a general purpose parser

Namespace: utils
Author: Geraldo
Located at utils/Parser.php
Methods summary
public static array
# parseClassName( string $name )

Parameters

$name
name of the class, returned by get_class() function

Returns

array
with to positions: className and namespace

Throws

utils\ParserException
API documentation generated by ApiGen