This repository was archived by the owner on Jan 30, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 16 files changed +32
-32
lines changed
Expand file tree Collapse file tree 16 files changed +32
-32
lines changed Original file line number Diff line number Diff line change 1414 *
1515 * @category Zend
1616 * @package Zend_Navigation
17- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
17+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
1818 * @license http://framework.zend.com/license/new-bsd New BSD License
1919 */
2020
3535 * @uses \Zend\Navigation\Page\Uri
3636 * @category Zend
3737 * @package Zend_Navigation
38- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
38+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
3939 * @license http://framework.zend.com/license/new-bsd New BSD License
4040 */
4141abstract class AbstractPage extends Container
Original file line number Diff line number Diff line change 1414 *
1515 * @category Zend
1616 * @package Zend_Navigation
17- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
17+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
1818 * @license http://framework.zend.com/license/new-bsd New BSD License
1919 */
2020
3636 * @uses \Zend\Navigation\AbstractPage
3737 * @category Zend
3838 * @package Zend_Navigation
39- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
39+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
4040 * @license http://framework.zend.com/license/new-bsd New BSD License
4141 */
4242abstract class Container implements \RecursiveIterator, \Countable
Original file line number Diff line number Diff line change 1414 *
1515 * @category Zend
1616 * @package Zend_Navigation
17- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
17+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
1818 * @license http://framework.zend.com/license/new-bsd New BSD License
1919 */
2020
2828 *
2929 * @category Zend
3030 * @package Zend_Navigation
31- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
31+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
3232 * @license http://framework.zend.com/license/new-bsd New BSD License
3333 */
3434interface Exception
Original file line number Diff line number Diff line change 1414 *
1515 * @category Zend
1616 * @package Zend_Navigation
17- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
17+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
1818 * @license http://framework.zend.com/license/new-bsd New BSD License
1919 */
2020
3030 * @uses \Zend\Navigation\InvalidArgumentException
3131 * @category Zend
3232 * @package Zend_Navigation
33- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
33+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
3434 * @license http://framework.zend.com/license/new-bsd New BSD License
3535 */
3636class Navigation extends Container
Original file line number Diff line number Diff line change 1515 * @category Zend
1616 * @package Zend_Navigation
1717 * @subpackage Page
18- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
18+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
1919 * @license http://framework.zend.com/license/new-bsd New BSD License
2020 */
2121
3636 * @category Zend
3737 * @package Zend_Navigation
3838 * @subpackage Page
39- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
39+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
4040 * @license http://framework.zend.com/license/new-bsd New BSD License
4141 */
4242class Mvc extends AbstractPage
Original file line number Diff line number Diff line change 1515 * @category Zend
1616 * @package Zend_Navigation
1717 * @subpackage Page
18- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
18+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
1919 * @license http://framework.zend.com/license/new-bsd New BSD License
2020 */
2121
3535 * @category Zend
3636 * @package Zend_Navigation
3737 * @subpackage Page
38- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
38+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
3939 * @license http://framework.zend.com/license/new-bsd New BSD License
4040 */
4141class Uri extends AbstractPage
Original file line number Diff line number Diff line change 1515 * @category Zend
1616 * @package Zend_Navigation
1717 * @subpackage UnitTests
18- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
18+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
1919 * @license http://framework.zend.com/license/new-bsd New BSD License
2020 */
2121
3535 * @category Zend
3636 * @package Zend_Navigation
3737 * @subpackage UnitTests
38- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
38+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
3939 * @license http://framework.zend.com/license/new-bsd New BSD License
4040 * @group Zend_Navigation
4141 */
Original file line number Diff line number Diff line change 1515 * @category Zend
1616 * @package Zend_Navigation
1717 * @subpackage UnitTests
18- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
18+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
1919 * @license http://framework.zend.com/license/new-bsd New BSD License
2020 */
2121
3333 * @category Zend
3434 * @package Zend_Navigation
3535 * @subpackage UnitTests
36- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
36+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
3737 * @license http://framework.zend.com/license/new-bsd New BSD License
3838 * @group Zend_Navigation
3939 */
Original file line number Diff line number Diff line change 1515 * @category Zend
1616 * @package Zend_Navigation
1717 * @subpackage UnitTests
18- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
18+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
1919 * @license http://framework.zend.com/license/new-bsd New BSD License
2020 */
2121
3939 * @category Zend
4040 * @package Zend_Navigation
4141 * @subpackage UnitTests
42- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
42+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
4343 * @license http://framework.zend.com/license/new-bsd New BSD License
4444 * @group Zend_Navigation
4545 */
Original file line number Diff line number Diff line change 1515 * @category Zend
1616 * @package Zend_Navigation
1717 * @subpackage UnitTests
18- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
18+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
1919 * @license http://framework.zend.com/license/new-bsd New BSD License
2020 */
2121
3232 * @category Zend
3333 * @package Zend_Navigation
3434 * @subpackage UnitTests
35- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
35+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
3636 * @license http://framework.zend.com/license/new-bsd New BSD License
3737 * @group Zend_Navigation
3838 */
You can’t perform that action at this time.
0 commit comments