| 1 | <?php |
||
| 8 | trait GEmptyElementExtensibilityTrait |
||
| 9 | { |
||
| 10 | use IsOKToolboxTrait; |
||
| 11 | |||
| 12 | /** |
||
| 13 | * @property \AlgoWeb\ODataMetadata\MetadataV3\edm\TDocumentationType $documentation |
||
| 14 | */ |
||
| 15 | private $documentation = null; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * Gets as documentation |
||
| 19 | * |
||
| 20 | * @return \AlgoWeb\ODataMetadata\MetadataV3\edm\TDocumentationType |
||
| 21 | */ |
||
| 22 | public function getDocumentation() |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Sets a new documentation |
||
| 29 | * |
||
| 30 | * @param \AlgoWeb\ODataMetadata\MetadataV3\edm\TDocumentationType $documentation |
||
| 31 | * @return self |
||
| 32 | */ |
||
| 33 | public function setDocumentation(TDocumentationType $documentation) |
||
| 38 | |||
| 39 | public function isExtensibilityElementOK(&$msg = null) |
||
| 52 | } |
||
| 53 |