Overview

Namespaces

  • pgn
    • exceptions
    • tags
  • utils

Classes

  • Annotator
  • Black
  • BlackElo
  • BlackNA
  • BlackTitle
  • BlackType
  • BlackUSCF
  • Board
  • Date
  • ECO
  • Event
  • EventCountry
  • EventDate
  • EventRounds
  • EventSponsor
  • EventType
  • FEN
  • Mode
  • NIC
  • Opening
  • PlyCount
  • Result
  • Round
  • Section
  • SetUp
  • Site
  • Source
  • SourceDate
  • Stage
  • SubVariation
  • Tag
  • Termination
  • Time
  • TimeControl
  • UknownTag
  • UTCDate
  • UTCTime
  • Variation
  • White
  • WhiteElo
  • WhiteNA
  • WhiteTitle
  • WhiteType
  • WhiteUSCF
  • Overview
  • Namespace
  • Class

Class UknownTag

Represents an unrecognized tag

pgn\tags\Tag
Extended by pgn\tags\UknownTag
Namespace: pgn\tags
Author: Geraldo
Located at pgn/tags/UknownTag.php
Methods summary
public
# setName( string $name )

Parameters

$name

Throws

pgn\exceptions\InvalidClassNameException
public string
# getName( )

Returns

string
name of the class

Throws

pgn\exceptions\InvalidClassNameException
if className was not set
Methods inherited from pgn\tags\Tag
__toString(), createTag(), formatted(), get(), getDefaultValue(), parse(), parseTagName(), parseTagValue(), set(), validPattern(), validate()
Properties inherited from pgn\tags\Tag
$data, $errorMsg
API documentation generated by ApiGen