@@ -612,7 +612,7 @@ discard block |
||
612 | 612 | * @param boolean $includeAcl if <code>true</code>, then the repository must return the ACL for the object |
613 | 613 | * (default is <code>false</code>) |
614 | 614 | * @param ExtensionDataInterface|null $extension |
615 | - * @return ObjectDataInterface|null Returns object of type ObjectDataInterface or <code>null</code> |
|
615 | + * @return null|\Dkd\PhpCmis\DataObjects\ObjectData Returns object of type ObjectDataInterface or <code>null</code> |
|
616 | 616 | * if the repository response was empty |
617 | 617 | */ |
618 | 618 | public function getObject( |
@@ -670,7 +670,7 @@ discard block |
||
670 | 670 | * @param boolean $includeAcl if <code>true</code>, then the repository must return the ACL for the object |
671 | 671 | * (default is <code>false</code>) |
672 | 672 | * @param ExtensionDataInterface|null $extension |
673 | - * @return ObjectDataInterface|null Returns object of type <code>ObjectDataInterface</code> or <code>null</code> |
|
673 | + * @return null|\Dkd\PhpCmis\DataObjects\ObjectData Returns object of type <code>ObjectDataInterface</code> or <code>null</code> |
|
674 | 674 | * if the repository response was empty |
675 | 675 | */ |
676 | 676 | public function getObjectByPath( |
@@ -718,7 +718,7 @@ discard block |
||
718 | 718 | * @param string|null $filter a comma-separated list of query names that defines which properties must be |
719 | 719 | * returned by the repository (default is repository specific) |
720 | 720 | * @param ExtensionDataInterface|null $extension |
721 | - * @return PropertiesInterface |
|
721 | + * @return null|\Dkd\PhpCmis\DataObjects\Properties |
|
722 | 722 | */ |
723 | 723 | public function getProperties( |
724 | 724 | $repositoryId, |
@@ -761,7 +761,7 @@ discard block |
||
761 | 761 | * @param integer $skipCount number of potential results that the repository MUST skip/page over before |
762 | 762 | * returning any results (default is 0) |
763 | 763 | * @param ExtensionDataInterface|null $extension |
764 | - * @return RenditionDataInterface[] |
|
764 | + * @return \Dkd\PhpCmis\DataObjects\RenditionData[] |
|
765 | 765 | * @throws CmisInvalidArgumentException If object id is empty or skip count not of type integer |
766 | 766 | */ |
767 | 767 | public function getRenditions( |
@@ -805,7 +805,7 @@ discard block |
||
805 | 805 | * @param string $targetFolderId the identifier for the target folder |
806 | 806 | * @param string $sourceFolderId the identifier for the source folder |
807 | 807 | * @param ExtensionDataInterface|null $extension |
808 | - * @return ObjectDataInterface|null Returns object of type ObjectDataInterface or <code>null</code> |
|
808 | + * @return null|\Dkd\PhpCmis\DataObjects\ObjectData Returns object of type ObjectDataInterface or <code>null</code> |
|
809 | 809 | * if the repository response was empty |
810 | 810 | */ |
811 | 811 | public function moveObject( |