Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

Commit

Permalink
Fixing API tagging.
Browse files Browse the repository at this point in the history
  • Loading branch information
kherge committed Dec 6, 2013
1 parent 40debdc commit 4604ba8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib/Phine/Observer/CollectionInterface.php
Expand Up @@ -113,6 +113,8 @@ interface CollectionInterface
* $collection->copySubjects($anotherCollection);
*
* @param CollectionInterface $collection A collection to copy from.
*
* @api
*/
public function copySubjects(CollectionInterface $collection);

Expand Down Expand Up @@ -145,6 +147,8 @@ public function getSubject($id);
* $subjects = $collection->getSubjects();
*
* @return SubjectInterface[] The list of subjects.
*
* @api
*/
public function getSubjects();

Expand Down Expand Up @@ -216,6 +220,8 @@ public function replaceSubject($id, SubjectInterface $subject);
* $subject->replaceSubjects($anotherCollection);
*
* @param CollectionInterface $collection A collection to replace with.
*
* @api
*/
public function replaceSubjects(CollectionInterface $collection);

Expand Down

0 comments on commit 4604ba8

Please sign in to comment.