1 | <?php |
||
19 | class Policy extends AbstractFileableCmisObject implements PolicyInterface |
||
20 | { |
||
21 | /** |
||
22 | * Returns the policy text of this CMIS policy (CMIS property cmis:policyText). |
||
23 | * |
||
24 | * @return string|null the policy text or <code>null</code> if the property hasn't been requested, |
||
25 | * hasn't been provided by the repository, or the property value isn't set |
||
26 | */ |
||
27 | public function getPolicyText() |
||
31 | } |
||
32 |