\Pivot\Core\InterfacesManageableInterface

Summary

Methods
Constants
create()
add()
remove()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

create()

create() : mixed

Creates an empty object instance.

Returns

mixed

add()

add(mixed  $object) 

Add an object to the repository

Parameters

mixed $object

Throws

\Pivot\Core\Exception\InvalidArgumentException
\Pivot\Core\Exception\RepositoryException

remove()

remove(mixed  $object) 

Removes an object from the repository

Parameters

mixed $object

Throws

\Pivot\Core\Exception\InvalidArgumentException
\Pivot\Core\Exception\RepositoryException