1 | <?php |
||
21 | class TypeMutabilityInterfaceConverter implements TypeConverterInterface |
||
22 | { |
||
23 | /** |
||
24 | * Convert given object to a scalar representation or an array of scalar values. |
||
25 | * |
||
26 | * @param TypeMutabilityInterface $object |
||
27 | * @return boolean[] Array representation of object |
||
28 | * @throws CmisInvalidArgumentException thrown if given object does not implement expected TypeMutabilityInterface |
||
29 | */ |
||
30 | public static function convertToSimpleType($object) |
||
43 | } |
||
44 |