You are here

class NormalizerTestMatchObject in Bibliography Module 7.2

Hierarchy

Expanded class hierarchy of NormalizerTestMatchObject

File

lib/msrc-authortool/tests/NormalizeTest.php, line 174

View source
class NormalizerTestMatchObject extends \Nametools\MatchObject {
  public $name;
  public $email;

}

Members

Namesort descending Modifiers Type Description Overrides
MatchObject::factory public static function Factory method
MatchObject::__set public function Set magic method prevents setting undefined variables
MatchObject::__toString public function To string magic method
NormalizerTestMatchObject::$email public property
NormalizerTestMatchObject::$name public property