You are here

class TestMatchObject in Bibliography Module 7.2

Hierarchy

Expanded class hierarchy of TestMatchObject

1 string reference to 'TestMatchObject'
MatchObjectTest::testFactoryReturnsObject in lib/msrc-authortool/tests/MatchObjectTest.php

File

lib/msrc-authortool/tests/MatchObjectTest.php, line 60

View source
class TestMatchObject 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
TestMatchObject::$email public property
TestMatchObject::$name public property