コード例 #1
0
 public function __construct(\record_adapter $record, $subDefinitionName)
 {
     parent::__construct($record);
     $this->subDefinitionName = $subDefinitionName;
 }
コード例 #2
0
ファイル: RecordEventTest.php プロジェクト: seytar/psx
 public function testSetGet()
 {
     $event = new RecordEvent(new Record());
     $this->assertInstanceOf('PSX\\Data\\RecordInterface', $event->getRecord());
 }