Larabros\Elogram\Repositories\AbstractRepository¶
-
class
AbstractRepository¶ An abstract repository class. Any new endpoints should extend this class.
-
property
client¶ protected AdapterInterface
-
__construct(AdapterInterface $client)¶ Creates a new instance of
AbstractRepository.Parameters: - $client (AdapterInterface) –
-
property