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