Overview

Namespaces

  • Net
    • Bazzline
      • Component
        • Lock

Classes

  • Net\Bazzline\Component\Lock\FileHandlerLock
  • Net\Bazzline\Component\Lock\FileNameLock
  • Net\Bazzline\Component\Lock\RuntimeLock

Interfaces

  • Net\Bazzline\Component\Lock\LockAwareInterface
  • Net\Bazzline\Component\Lock\LockDependentInterface
  • Net\Bazzline\Component\Lock\LockInterface
  • 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: 25: 26: 27: 
<?php
/**
 * @author stev leibelt <artodeto@bazzline.net>
 * @since 2014-04-24
 */

namespace Net\Bazzline\Component\Lock;

/**
 * Class LockDependentInterface
 *
 * @package Net\Bazzline\Component\Lock
 * @author stev leibelt <artodeto@bazzline.net>
 * @since 2014-04-24
 */
interface LockDependentInterface
{
    /**
     * Set Lock
     *
     * @param LockInterface $lock
     * @author stev leibelt <artodeto@bazzline.net>
     * @since 2014-04-24
     */
    public function setLock(LockInterface $lock);
}
PHP Process Lock Component by bazzline.net API documentation generated by ApiGen