Overview

Namespaces

  • Net
    • Bazzline
      • Component
        • GenericAgreement
          • Data
          • Exception
          • Process
          • Storage

Interfaces

  • ItemStorageInterface
  • StorageCollectionInterface
  • Overview
  • Namespace
  • Class

Interface StorageCollectionInterface

Namespace: Net\Bazzline\Component\GenericAgreement\Storage
Located at Storage/StorageCollectionInterface.php
Methods summary
public mixed
# createCollection( mixed $value, array $keys = null )

Parameters

$value
$keys

Returns

mixed

Throws

Net\Bazzline\Component\GenericAgreement\Exception\InvalidArgument|Net\Bazzline\Component\GenericAgreement\Exception\Runtime
public null
# deleteCollection( array $keys )

Parameters

$keys

Returns

null

Throws

Net\Bazzline\Component\GenericAgreement\Exception\InvalidArgument|Net\Bazzline\Component\GenericAgreement\Exception\Runtime
public null|mixed
# readCollection( array $keys )

Parameters

$keys

Returns

null|mixed

Throws

Net\Bazzline\Component\GenericAgreement\Exception\InvalidArgument|Net\Bazzline\Component\GenericAgreement\Exception\Runtime
public mixed
# updateCollection( mixed $value, array $keys )

Parameters

$value
$keys

Returns

mixed

Throws

Net\Bazzline\Component\GenericAgreement\Exception\InvalidArgument|Net\Bazzline\Component\GenericAgreement\Exception\Runtime
PHP Generic Agreement Component by bazzline.net API documentation generated by ApiGen