Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .dev/Adapter/AbstractAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @copyright 2014 Amy Stephen. All rights reserved.
* @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Cache\Adapter;

Expand All @@ -16,7 +16,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @copyright 2014 Amy Stephen. All rights reserved.
* @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
abstract class AbstractAdapter implements CacheInterface
Expand Down
4 changes: 2 additions & 2 deletions .dev/Adapter/Apc.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @copyright 2014 Amy Stephen. All rights reserved.
* @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Cache\Adapter;

Expand All @@ -18,7 +18,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @copyright 2014 Amy Stephen. All rights reserved.
* @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
class Apc extends AbstractAdapter implements CacheInterface
Expand Down
4 changes: 2 additions & 2 deletions .dev/Adapter/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @copyright 2014 Amy Stephen. All rights reserved.
* @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Cache\Adapter;

Expand All @@ -18,7 +18,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @copyright 2014 Amy Stephen. All rights reserved.
* @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
class Database extends AbstractAdapter implements CacheInterface
Expand Down
4 changes: 2 additions & 2 deletions .dev/Adapter/Dummy.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @copyright 2014 Amy Stephen. All rights reserved.
* @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Cache\Adapter;

Expand All @@ -17,7 +17,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @copyright 2014 Amy Stephen. All rights reserved.
* @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
class Dummy extends AbstractAdapter implements CacheInterface
Expand Down
4 changes: 2 additions & 2 deletions .dev/Adapter/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @copyright 2014 Amy Stephen. All rights reserved.
* @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Cache\Adapter;

Expand All @@ -19,7 +19,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @copyright 2014 Amy Stephen. All rights reserved.
* @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
class File extends AbstractAdapter implements CacheInterface
Expand Down
4 changes: 2 additions & 2 deletions .dev/Adapter/Memcached.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @copyright 2014 Amy Stephen. All rights reserved.
* @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Cache\Adapter;

Expand All @@ -19,7 +19,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @copyright 2014 Amy Stephen. All rights reserved.
* @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
class Memcached extends AbstractAdapter implements CacheInterface
Expand Down
4 changes: 2 additions & 2 deletions .dev/Adapter/Memory.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @copyright 2014 Amy Stephen. All rights reserved.
* @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Cache\Adapter;

Expand All @@ -18,7 +18,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @copyright 2014 Amy Stephen. All rights reserved.
* @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
class Memory extends AbstractAdapter implements CacheInterface
Expand Down
4 changes: 2 additions & 2 deletions .dev/Adapter/Redis.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @copyright 2014 Amy Stephen. All rights reserved.
* @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Cache\Adapter;

Expand All @@ -18,7 +18,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @copyright 2014 Amy Stephen. All rights reserved.
* @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
class Redis extends AbstractAdapter implements CacheInterface
Expand Down
4 changes: 2 additions & 2 deletions .dev/Adapter/Wincache.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @copyright 2014 Amy Stephen. All rights reserved.
* @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Cache\Adapter;

Expand All @@ -19,7 +19,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @copyright 2014 Amy Stephen. All rights reserved.
* @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
class Wincache extends AbstractAdapter implements CacheInterface
Expand Down
4 changes: 2 additions & 2 deletions .dev/Adapter/XCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @copyright 2014 Amy Stephen. All rights reserved.
* @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Cache\Adapter;

Expand All @@ -17,7 +17,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @copyright 2014 Amy Stephen. All rights reserved.
* @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
class Xcache extends AbstractAdapter implements CacheInterface
Expand Down
2 changes: 1 addition & 1 deletion .dev/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Bootstrap for Testing
*
* @package Molajo
* @copyright 2014 Amy Stephen. All rights reserved.
* @copyright 2014-2015 Amy Stephen. All rights reserved.
* @license http://www.opensource.org/licenses/mit-license.html MIT License
*/
$base = substr(__DIR__, 0, strlen(__DIR__) - 5);
Expand Down
2 changes: 1 addition & 1 deletion .dev/CreateClassMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Create Class Map
*
* @package Molajo
* @copyright 2014 Amy Stephen. All rights reserved.
* @copyright 2014-2015 Amy Stephen. All rights reserved.
* @license http://www.opensource.org/licenses/mit-license.html MIT License
*/

Expand Down
4 changes: 2 additions & 2 deletions .dev/Tests/DummyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @copyright 2014 Amy Stephen. All rights reserved.
* @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Cache\Test;

Expand All @@ -16,7 +16,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @copyright 2014 Amy Stephen. All rights reserved.
* @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
class DummyTest extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 2 additions & 2 deletions .dev/Tests/FileTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @copyright 2014 Amy Stephen. All rights reserved.
* @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Cache\Test;

Expand All @@ -16,7 +16,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @copyright 2014 Amy Stephen. All rights reserved.
* @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
class CacheTest extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 2 additions & 2 deletions .dev/Tests/MemoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @copyright 2014 Amy Stephen. All rights reserved.
* @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Cache\Test;

Expand All @@ -16,7 +16,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @copyright 2014 Amy Stephen. All rights reserved.
* @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
class MemoryTest extends \PHPUnit_Framework_TestCase
Expand Down
4 changes: 2 additions & 2 deletions Factories/Cache/CacheFactoryMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @copyright 2014 Amy Stephen. All rights reserved.
* @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Factories\Cache;

Expand All @@ -21,7 +21,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @copyright 2014 Amy Stephen. All rights reserved.
* @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
class CacheFactoryMethod extends FactoryMethodBase implements FactoryInterface, FactoryBatchInterface
Expand Down
2 changes: 1 addition & 1 deletion Factories/Cache/Configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>Cache</name>
<author>Amy Stephen</author>
<create_date>January 2014</create_date>
<copyright>Copyright (C) 2014 Amy Stephen. All rights reserved.</copyright>
<copyright>Copyright (C) 2014-2015 Amy Stephen. All rights reserved.</copyright>
<license>MIT</license>
<author_email>hello@molajo.org</author_email>
<author_url>http://molajo.org</author_url>
Expand Down
4 changes: 2 additions & 2 deletions Factories/Cachemodel/CachemodelFactoryMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @copyright 2014 Amy Stephen. All rights reserved.
* @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Factories\Cachemodel;

Expand All @@ -18,7 +18,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @copyright 2014 Amy Stephen. All rights reserved.
* @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
class CachemodelFactoryMethod extends FactoryMethodBase implements FactoryInterface, FactoryBatchInterface
Expand Down
2 changes: 1 addition & 1 deletion Factories/Cachemodel/Configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>Cachemodel</name>
<author>Amy Stephen</author>
<create_date>January 2014</create_date>
<copyright>Copyright (C) 2014 Amy Stephen. All rights reserved.</copyright>
<copyright>Copyright (C) 2014-2015 Amy Stephen. All rights reserved.</copyright>
<license>MIT</license>
<author_email>hello@molajo.org</author_email>
<author_url>http://molajo.org</author_url>
Expand Down
4 changes: 2 additions & 2 deletions Factories/Cachepage/CachepageFactoryMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @copyright 2014 Amy Stephen. All rights reserved.
* @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Factories\Cachepage;

Expand All @@ -18,7 +18,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @copyright 2014 Amy Stephen. All rights reserved.
* @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
class CachepageFactoryMethod extends FactoryMethodBase implements FactoryInterface, FactoryBatchInterface
Expand Down
2 changes: 1 addition & 1 deletion Factories/Cachepage/Configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>Cache</name>
<author>Amy Stephen</author>
<create_date>January 2014</create_date>
<copyright>Copyright (C) 2014 Amy Stephen. All rights reserved.</copyright>
<copyright>Copyright (C) 2014-2015 Amy Stephen. All rights reserved.</copyright>
<license>MIT</license>
<author_email>hello@molajo.org</author_email>
<author_url>http://molajo.org</author_url>
Expand Down
4 changes: 2 additions & 2 deletions Factories/Cachequery/CachequeryFactoryMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @copyright 2014 Amy Stephen. All rights reserved.
* @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Factories\Cachequery;

Expand All @@ -18,7 +18,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @copyright 2014 Amy Stephen. All rights reserved.
* @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
class CachequeryFactoryMethod extends FactoryMethodBase implements FactoryInterface, FactoryBatchInterface
Expand Down
2 changes: 1 addition & 1 deletion Factories/Cachequery/Configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>Cache</name>
<author>Amy Stephen</author>
<create_date>January 2014</create_date>
<copyright>Copyright (C) 2014 Amy Stephen. All rights reserved.</copyright>
<copyright>Copyright (C) 2014-2015 Amy Stephen. All rights reserved.</copyright>
<license>MIT</license>
<author_email>hello@molajo.org</author_email>
<author_url>http://molajo.org</author_url>
Expand Down
4 changes: 2 additions & 2 deletions Factories/Cachetemplate/CachetemplateFactoryMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @copyright 2014 Amy Stephen. All rights reserved.
* @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Factories\Cachetemplate;

Expand All @@ -18,7 +18,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @copyright 2014 Amy Stephen. All rights reserved.
* @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
class CachetemplateFactoryMethod extends FactoryMethodBase implements FactoryInterface, FactoryBatchInterface
Expand Down
2 changes: 1 addition & 1 deletion Factories/Cachetemplate/Configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>Cachetemplate</name>
<author>Amy Stephen</author>
<create_date>January 2014</create_date>
<copyright>Copyright (C) 2014 Amy Stephen. All rights reserved.</copyright>
<copyright>Copyright (C) 2014-2015 Amy Stephen. All rights reserved.</copyright>
<license>MIT</license>
<author_email>hello@molajo.org</author_email>
<author_url>http://molajo.org</author_url>
Expand Down
Loading