예제 #1
0
파일: Title.php 프로젝트: scriptotek/marc
 public static function get(Record $record)
 {
     return parent::makeFieldObject($record, '245');
 }