samizdam/PhamilyFramework

View on GitHub
src/Collection/ChildrenCollectionInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Phamily\Framework\Collection;

interface ChildrenCollectionInterface extends PersonaCollectionInterface
{
    public function getParent();
}