This repository was archived by the owner on Jan 31, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 15 files changed +20
-20
lines changed
Expand file tree Collapse file tree 15 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 2828 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
2929 * @license http://framework.zend.com/license/new-bsd New BSD License
3030 */
31- abstract class HtmlElement extends AbstractHelper
31+ abstract class AbstractHtmlElement extends AbstractHelper
3232{
3333 /**
3434 * EOL character
Original file line number Diff line number Diff line change 3232 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
3333 * @license http://framework.zend.com/license/new-bsd New BSD License
3434 */
35- abstract class FormElement extends HtmlElement
35+ abstract class FormElement extends AbstractHtmlElement
3636{
3737 /**
3838 * @var \Zend\Translator\Translator
Original file line number Diff line number Diff line change 3131 * @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 */
34- class Gravatar extends HtmlElement
34+ class Gravatar extends AbstractHtmlElement
3535{
3636 /**
3737 * URL to gravatar service
Original file line number Diff line number Diff line change 3333 * @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 */
36- class HeadLink extends Placeholder \Container \Standalone
36+ class HeadLink extends Placeholder \Container \AbstractStandalone
3737{
3838 /**
3939 * $_validAttributes
Original file line number Diff line number Diff line change 3333 * @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 */
36- class HeadMeta extends Placeholder \Container \Standalone
36+ class HeadMeta extends Placeholder \Container \AbstractStandalone
3737{
3838 /**
3939 * Types of attributes
Original file line number Diff line number Diff line change 3232 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
3333 * @license http://framework.zend.com/license/new-bsd New BSD License
3434 */
35- class HeadScript extends Placeholder \Container \Standalone
35+ class HeadScript extends Placeholder \Container \AbstractStandalone
3636{
3737 /**#@+
3838 * Script type contants
Original file line number Diff line number Diff line change 3232 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
3333 * @license http://framework.zend.com/license/new-bsd New BSD License
3434 */
35- class HeadStyle extends Placeholder \Container \Standalone
35+ class HeadStyle extends Placeholder \Container \AbstractStandalone
3636{
3737 /**
3838 * Registry key for placeholder
Original file line number Diff line number Diff line change 3131 * @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 */
34- class HeadTitle extends Placeholder \Container \Standalone
34+ class HeadTitle extends Placeholder \Container \AbstractStandalone
3535{
3636 /**
3737 * Registry key for placeholder
Original file line number Diff line number Diff line change 2828 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
2929 * @license http://framework.zend.com/license/new-bsd New BSD License
3030 */
31- class HtmlFlash extends HtmlElement
31+ class HtmlFlash extends AbstractHtmlElement
3232{
3333 /**
3434 * Default file type for a flash applet
Original file line number Diff line number Diff line change 3030 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
3131 * @license http://framework.zend.com/license/new-bsd New BSD License
3232 */
33- class HtmlObject extends HtmlElement
33+ class HtmlObject extends AbstractHtmlElement
3434{
3535 /**
3636 * Output an object set
You can’t perform that action at this time.
0 commit comments