| 1 | <?php |
||
| 21 | class DataList extends ArrayList |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * @var string |
||
| 25 | */ |
||
| 26 | private $subsequentAuthorSubstitute; |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @var SubsequentAuthorSubstituteRule |
||
| 30 | */ |
||
| 31 | private $subsequentAuthorSubstituteRule; |
||
| 32 | |||
| 33 | public function __construct(array $data = []) |
||
| 37 | |||
| 38 | /** |
||
| 39 | * @return string |
||
| 40 | */ |
||
| 41 | public function getSubsequentAuthorSubstitute() |
||
| 45 | |||
| 46 | /** |
||
| 47 | * @param string $subsequentAuthorSubstitute |
||
| 48 | */ |
||
| 49 | public function setSubsequentAuthorSubstitute($subsequentAuthorSubstitute) |
||
| 53 | |||
| 54 | /** |
||
| 55 | * @return SubsequentAuthorSubstituteRule |
||
| 56 | */ |
||
| 57 | public function getSubsequentAuthorSubstituteRule() |
||
| 61 | |||
| 62 | /** |
||
| 63 | * @param SubsequentAuthorSubstituteRule $subsequentAuthorSubstituteRule |
||
| 64 | */ |
||
| 65 | public function setSubsequentAuthorSubstituteRule(SubsequentAuthorSubstituteRule $subsequentAuthorSubstituteRule) |
||
| 69 | |||
| 70 | |||
| 71 | |||
| 72 | } |