Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Show file tree
Hide file tree
Showing 26 changed files with 0 additions and 89 deletions.
5 changes: 0 additions & 5 deletions src/Exception/ExceptionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,9 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Text
*/

namespace Zend\Text\Exception;

/**
* @category Zend
* @package Zend_Text
*/
interface ExceptionInterface
{}
5 changes: 0 additions & 5 deletions src/Exception/InvalidArgumentException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,10 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Text
*/

namespace Zend\Text\Exception;

/**
* @category Zend
* @package Zend_Text
*/
class InvalidArgumentException
extends \InvalidArgumentException
implements ExceptionInterface
Expand Down
1 change: 0 additions & 1 deletion src/Exception/OutOfBoundsException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Text
*/

namespace Zend\Text\Exception;
Expand Down
1 change: 0 additions & 1 deletion src/Exception/OverflowException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Text
*/

namespace Zend\Text\Exception;
Expand Down
5 changes: 0 additions & 5 deletions src/Exception/RuntimeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,10 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Text
*/

namespace Zend\Text\Exception;

/**
* @category Zend
* @package Zend_Text
*/
class RuntimeException
extends \RuntimeException
implements ExceptionInterface
Expand Down
5 changes: 0 additions & 5 deletions src/Exception/UnexpectedValueException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,10 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Text
*/

namespace Zend\Text\Exception;

/**
* @category Zend
* @package Zend_Text
*/
class UnexpectedValueException
extends \UnexpectedValueException
implements ExceptionInterface
Expand Down
5 changes: 0 additions & 5 deletions src/Figlet/Exception/ExceptionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,11 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Text
*/

namespace Zend\Text\Figlet\Exception;

use Zend\Text\Exception\ExceptionInterface as Exception;

/**
* @category Zend
* @package Zend_Text
*/
interface ExceptionInterface extends Exception
{}
4 changes: 0 additions & 4 deletions src/Figlet/Exception/InvalidArgumentException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Text
*/

namespace Zend\Text\Figlet\Exception;
Expand All @@ -14,9 +13,6 @@

/**
* Exception class for Zend_Text
*
* @category Zend
* @package Zend_Text
*/
class InvalidArgumentException
extends Exception\InvalidArgumentException
Expand Down
4 changes: 0 additions & 4 deletions src/Figlet/Exception/RuntimeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Text
*/

namespace Zend\Text\Figlet\Exception;
Expand All @@ -14,9 +13,6 @@

/**
* Exception class for Zend_Text
*
* @category Zend
* @package Zend_Text_Figlet
*/
class RuntimeException
extends Exception\RuntimeException
Expand Down
4 changes: 0 additions & 4 deletions src/Figlet/Exception/UnexpectedValueException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Text
*/

namespace Zend\Text\Figlet\Exception;
Expand All @@ -14,9 +13,6 @@

/**
* Exception class for Zend_Text
*
* @category Zend
* @package Zend_Text_Figlet
*/
class UnexpectedValueException
extends Exception\UnexpectedValueException
Expand Down
4 changes: 0 additions & 4 deletions src/Figlet/Figlet.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Text
*/

namespace Zend\Text\Figlet;
Expand All @@ -17,9 +16,6 @@

/**
* Zend\Text\Figlet is a PHP implementation of FIGlet
*
* @category Zend
* @package Zend_Text_Figlet
*/
class Figlet
{
Expand Down
4 changes: 0 additions & 4 deletions src/MultiByte.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Text
*/

namespace Zend\Text;
Expand All @@ -14,9 +13,6 @@

/**
* Contains multibyte safe string methods
*
* @category Zend
* @package Zend_Text
*/
class MultiByte
{
Expand Down
4 changes: 0 additions & 4 deletions src/Table/Column.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Text
*/

namespace Zend\Text\Table;
Expand All @@ -15,9 +14,6 @@

/**
* Column class for Zend\Text\Table\Row
*
* @category Zend
* @package Zend_Text_Table
*/
class Column
{
Expand Down
4 changes: 0 additions & 4 deletions src/Table/Decorator/Ascii.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Text
*/

namespace Zend\Text\Table\Decorator;
Expand All @@ -14,9 +13,6 @@

/**
* ASCII Decorator for Zend\Text\Table
*
* @category Zend
* @package Zend_Text_Table
*/
class Ascii implements Decorator
{
Expand Down
4 changes: 0 additions & 4 deletions src/Table/Decorator/Blank.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Text
*/

namespace Zend\Text\Table\Decorator;
Expand All @@ -14,9 +13,6 @@

/**
* ASCII Decorator for Zend\Text\Table
*
* @category Zend
* @package Zend_Text_Table
*/
class Blank implements Decorator
{
Expand Down
4 changes: 0 additions & 4 deletions src/Table/Decorator/DecoratorInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,12 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Text
*/

namespace Zend\Text\Table\Decorator;

/**
* Interface for Zend\Text\Table decorators
*
* @category Zend
* @package Zend_Text_Table
*/
interface DecoratorInterface
{
Expand Down
4 changes: 0 additions & 4 deletions src/Table/Decorator/Unicode.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Text
*/

namespace Zend\Text\Table\Decorator;
Expand All @@ -14,9 +13,6 @@

/**
* Unicode Decorator for Zend\Text\Table
*
* @category Zend
* @package Zend_Text_Table
*/
class Unicode implements Decorator
{
Expand Down
4 changes: 0 additions & 4 deletions src/Table/DecoratorManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Text
*/

namespace Zend\Text\Table;
Expand All @@ -18,9 +17,6 @@
* Enforces that decorators retrieved are instances of
* Decorator\DecoratorInterface. Additionally, it registers a number of default
* decorators.
*
* @category Zend
* @package Zend_View
*/
class DecoratorManager extends AbstractPluginManager
{
Expand Down
1 change: 0 additions & 1 deletion src/Table/Exception/ExceptionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Text
*/

namespace Zend\Text\Table\Exception;
Expand Down
1 change: 0 additions & 1 deletion src/Table/Exception/InvalidArgumentException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Text
*/

namespace Zend\Text\Table\Exception;
Expand Down
5 changes: 0 additions & 5 deletions src/Table/Exception/InvalidDecoratorException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,11 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Text
*/

namespace Zend\Text\Table\Exception;

use DomainException;

/**
* @category Zend
* @package Zend_Text
*/
class InvalidDecoratorException extends DomainException implements ExceptionInterface
{}
1 change: 0 additions & 1 deletion src/Table/Exception/OutOfBoundsException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Text
*/

namespace Zend\Text\Table\Exception;
Expand Down
1 change: 0 additions & 1 deletion src/Table/Exception/OverflowException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Text
*/

namespace Zend\Text\Table\Exception;
Expand Down
1 change: 0 additions & 1 deletion src/Table/Exception/UnexpectedValueException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Text
*/

namespace Zend\Text\Table\Exception;
Expand Down
4 changes: 0 additions & 4 deletions src/Table/Row.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Text
*/

namespace Zend\Text\Table;
Expand All @@ -14,9 +13,6 @@

/**
* Row class for Zend\Text\Table
*
* @category Zend
* @package Zend_Text_Table
*/
class Row
{
Expand Down
4 changes: 0 additions & 4 deletions src/Table/Table.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Text
*/

namespace Zend\Text\Table;
Expand All @@ -16,9 +15,6 @@

/**
* Zend\Text\Table\Table enables developers to create tables out of characters
*
* @category Zend
* @package Zend_Text_Table
*/
class Table
{
Expand Down

0 comments on commit 9f436e1

Please sign in to comment.