Overview

Namespaces

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

Interfaces

  • Net\Bazzline\Component\GenericAgreement\Data\AssemblageInterface
  • Net\Bazzline\Component\GenericAgreement\Data\FilterableInterface
  • Net\Bazzline\Component\GenericAgreement\Data\GeneratorInterface
  • Net\Bazzline\Component\GenericAgreement\Data\ModifiableInterface
  • Net\Bazzline\Component\GenericAgreement\Data\TransformableInterface
  • Net\Bazzline\Component\GenericAgreement\Data\ValidatorInterface
  • Net\Bazzline\Component\GenericAgreement\Exception\ExceptionInterface
  • Net\Bazzline\Component\GenericAgreement\Process\ExecutableInterface
  • Net\Bazzline\Component\GenericAgreement\Storage\ItemStorageInterface
  • Net\Bazzline\Component\GenericAgreement\Storage\StorageCollectionInterface

Exceptions

  • Net\Bazzline\Component\GenericAgreement\Exception\InvalidArgument
  • Net\Bazzline\Component\GenericAgreement\Exception\Runtime
  • Net\Bazzline\Component\GenericAgreement\Exception\Standard
  • Overview
  • Namespace
  • Class
 1:  2:  3:  4:  5:  6:  7:  8:  9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 
<?php
/**
 * @author stev leibelt <artodeto@bazzline.net>
 * @since 2015-07-01
 */

namespace Net\Bazzline\Component\GenericAgreement\Process;

use Net\Bazzline\Component\GenericAgreement\Exception\ExceptionInterface;

/**
 * Interface ExecutableInterface
 *
 * @package Net\Bazzline\Component\GenericAgreement\Process
 */
interface ExecutableInterface
{
    /**
     * @param mixed $data
     * @return mixed
     * @throws ExceptionInterface
     */
    public function execute($data);
}
PHP Generic Agreement Component by bazzline.net API documentation generated by ApiGen