File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22/**
33 * This file is part of the brainbits block package.
44 *
5- * @copyright 2012 brainbits GmbH (http://www.brainbits.net)
6- * @license http://www.makeweb.de /LICENCE Dummy Licence
5+ * @copyright 2012-2013 brainbits GmbH (http://www.brainbits.net)
6+ * @license http://www.brainbits.net /LICENCE Dummy Licence
77 */
88
99namespace Brainbits \Blocking \Adapter ;
1414/**
1515 * Block adapter interface
1616 *
17- * @author Stephan Wentz <sw@brainbits.net>
17+ * @author Stephan Wentz <sw@brainbits.net>
1818 */
1919interface AdapterInterface
2020{
Original file line number Diff line number Diff line change 22/**
33 * This file is part of the brainbits block package.
44 *
5- * @copyright 2012 brainbits GmbH (http://www.brainbits.net)
6- * @license http://www.makeweb.de /LICENCE Dummy Licence
5+ * @copyright 2012-2013 brainbits GmbH (http://www.brainbits.net)
6+ * @license http://www.brainbits.net /LICENCE Dummy Licence
77 */
88
99namespace Brainbits \Blocking \Adapter ;
1616 * Filesystem block adapter
1717 * Uses files for storing block information
1818 *
19- * @author Stephan Wentz <sw@brainbits.net>
19+ * @author Stephan Wentz <sw@brainbits.net>
2020 */
2121class FilesystemAdapter implements AdapterInterface
2222{
Original file line number Diff line number Diff line change 22/**
33 * This file is part of the brainbits block package.
44 *
5- * @copyright 2012 brainbits GmbH (http://www.brainbits.net)
6- * @license http://www.makeweb.de /LICENCE Dummy Licence
5+ * @copyright 2012-2013 brainbits GmbH (http://www.brainbits.net)
6+ * @license http://www.brainbits.net /LICENCE Dummy Licence
77 */
88
99namespace Brainbits \Blocking ;
1414/**
1515 * Default block
1616 *
17- * @author Stephan Wentz <sw@brainbits.net>
17+ * @author Stephan Wentz <sw@brainbits.net>
1818 */
1919class Block implements BlockInterface
2020{
Original file line number Diff line number Diff line change 22/**
33 * This file is part of the brainbits block package.
44 *
5- * @copyright 2012 brainbits GmbH (http://www.brainbits.net)
6- * @license http://www.makeweb.de /LICENCE Dummy Licence
5+ * @copyright 2012-2013 brainbits GmbH (http://www.brainbits.net)
6+ * @license http://www.brainbits.net /LICENCE Dummy Licence
77 */
88
99namespace Brainbits \Blocking ;
1414/**
1515 * Block interface
1616 *
17- * @author Stephan Wentz <sw@brainbits.net>
17+ * @author Stephan Wentz <sw@brainbits.net>
1818 */
1919interface BlockInterface
2020{
Original file line number Diff line number Diff line change 22/**
33 * This file is part of the brainbits block package.
44 *
5- * @copyright 2012 brainbits GmbH (http://www.brainbits.net)
6- * @license http://www.makeweb.de /LICENCE Dummy Licence
5+ * @copyright 2012-2013 brainbits GmbH (http://www.brainbits.net)
6+ * @license http://www.brainbits.net /LICENCE Dummy Licence
77 */
88
99namespace Brainbits \Blocking ;
1313/**
1414 * Blockable interface
1515 *
16- * @author Stephan Wentz <sw@brainbits.net>
16+ * @author Stephan Wentz <sw@brainbits.net>
1717 */
1818interface BlockableInterface
1919{
Original file line number Diff line number Diff line change 22/**
33 * This file is part of the brainbits block package.
44 *
5- * @copyright 2012 brainbits GmbH (http://www.brainbits.net)
6- * @license http://www.makeweb.de /LICENCE Dummy Licence
5+ * @copyright 2012-2013 brainbits GmbH (http://www.brainbits.net)
6+ * @license http://www.brainbits.net /LICENCE Dummy Licence
77 */
88
99namespace Brainbits \Blocking ;
1616/**
1717 * Blocker
1818 *
19- * @author Stephan Wentz <sw@brainbits.net>
19+ * @author Stephan Wentz <sw@brainbits.net>
2020 */
2121class Blocker
2222{
Original file line number Diff line number Diff line change 22/**
33 * This file is part of the brainbits block package.
44 *
5- * @copyright 2012 brainbits GmbH (http://www.brainbits.net)
6- * @license http://www.makeweb.de /LICENCE Dummy Licence
5+ * @copyright 2012-2013 brainbits GmbH (http://www.brainbits.net)
6+ * @license http://www.brainbits.net /LICENCE Dummy Licence
77 */
88
99namespace Brainbits \Blocking \Identifier ;
1010
1111/**
1212 * Default identifier
1313 *
14- * @author Stephan Wentz <sw@brainbits.net>
14+ * @author Stephan Wentz <sw@brainbits.net>
1515 */
1616class Identifier implements IdentifierInterface
1717{
Original file line number Diff line number Diff line change 22/**
33 * This file is part of the brainbits block package.
44 *
5- * @copyright 2012 brainbits GmbH (http://www.brainbits.net)
6- * @license http://www.makeweb.de /LICENCE Dummy Licence
5+ * @copyright 2012-2013 brainbits GmbH (http://www.brainbits.net)
6+ * @license http://www.brainbits.net /LICENCE Dummy Licence
77 */
88
99namespace Brainbits \Blocking \Identifier ;
1010
1111/**
1212 * Block identifier interface
1313 *
14- * @author Stephan Wentz <sw@brainbits.net>
14+ * @author Stephan Wentz <sw@brainbits.net>
1515 */
1616interface IdentifierInterface
1717{
Original file line number Diff line number Diff line change 22/**
33 * This file is part of the brainbits block package.
44 *
5- * @copyright 2012 brainbits GmbH (http://www.brainbits.net)
6- * @license http://www.makeweb.de /LICENCE Dummy Licence
5+ * @copyright 2012-2013 brainbits GmbH (http://www.brainbits.net)
6+ * @license http://www.brainbits.net /LICENCE Dummy Licence
77 */
88
99namespace Brainbits \Blocking \Owner ;
1010
1111/**
1212 * Block owner interface
1313 *
14- * @author Stephan Wentz <sw@brainbits.net>
14+ * @author Stephan Wentz <sw@brainbits.net>
1515 */
1616interface OwnerInterface
1717{
Original file line number Diff line number Diff line change 22/**
33 * This file is part of the brainbits block package.
44 *
5- * @copyright 2012 brainbits GmbH (http://www.brainbits.net)
6- * @license http://www.makeweb.de /LICENCE Dummy Licence
5+ * @copyright 2012-2013 brainbits GmbH (http://www.brainbits.net)
6+ * @license http://www.brainbits.net /LICENCE Dummy Licence
77 */
88
99namespace Brainbits \Blocking \Owner ;
1313/**
1414 * Session owner
1515 *
16- * @author Stephan Wentz <sw@brainbits.net>
16+ * @author Stephan Wentz <sw@brainbits.net>
1717 */
1818class SessionOwner implements OwnerInterface
1919{
You can’t perform that action at this time.
0 commit comments