| 1 | <?php |
||
| 12 | class SubObject { |
||
| 13 | |||
| 14 | private $name; |
||
| 15 | private $values = []; |
||
| 16 | |||
| 17 | 2 | public function __construct( string $name ) { |
|
| 20 | |||
| 21 | 1 | public function addPropertyValuePair( string $propertyName, \SMWDataItem $dataItem ) { |
|
| 24 | |||
| 25 | 2 | public function toContainerSemanticData( TitleValue $subjectPage ): ContainerSemanticData { |
|
| 39 | |||
| 40 | 2 | private function newContainerSemanticData( TitleValue $subjectPage ): ContainerSemanticData { |
|
| 50 | |||
| 51 | public function getName(): string { |
||
| 54 | |||
| 55 | public function getValues(): array { |
||
| 58 | |||
| 59 | } |
||
| 60 |