Overview

Namespaces

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

Interfaces

  • ItemStorageInterface
  • StorageCollectionInterface
  • Overview
  • Namespace
  • Class

Interface ItemStorageInterface

Namespace: Net\Bazzline\Component\GenericAgreement\Storage
Located at Storage/ItemStorageInterface.php
Methods summary
public mixed
# createItem( mixed $value, string $key = null )

Parameters

$value
$key

Returns

mixed

Throws

Net\Bazzline\Component\GenericAgreement\Exception\InvalidArgument|Net\Bazzline\Component\GenericAgreement\Exception\Runtime
public null
# deleteItem( string $key )

Parameters

$key

Returns

null

Throws

Net\Bazzline\Component\GenericAgreement\Exception\InvalidArgument|Net\Bazzline\Component\GenericAgreement\Exception\Runtime
public null|mixed
# readItem( string $key )

Parameters

$key

Returns

null|mixed

Throws

Net\Bazzline\Component\GenericAgreement\Exception\InvalidArgument|Net\Bazzline\Component\GenericAgreement\Exception\Runtime
public mixed
# updateItem( mixed $value, string $key )

Parameters

$value
$key

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