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

Fixes #145 : remove unused $regKey property #147

Closed
wants to merge 1 commit into from
Closed
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
7 changes: 0 additions & 7 deletions src/Helper/HeadLink.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,6 @@ class HeadLink extends Placeholder\Container\AbstractStandalone
'as',
];

/**
* Registry key for placeholder
*
* @var string
*/
protected $regKey = 'Zend_View_Helper_HeadLink';

/**
* Constructor
*
Expand Down
7 changes: 0 additions & 7 deletions src/Helper/HeadMeta.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,6 @@ class HeadMeta extends Placeholder\Container\AbstractStandalone
*/
protected $modifierKeys = ['lang', 'scheme'];

/**
* Registry key for placeholder
*
* @var string
*/
protected $regKey = 'Zend_View_Helper_HeadMeta';

/**
* Constructor
*
Expand Down
7 changes: 0 additions & 7 deletions src/Helper/HeadScript.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,6 @@ class HeadScript extends Placeholder\Container\AbstractStandalone
const FILE = 'FILE';
const SCRIPT = 'SCRIPT';

/**
* Registry key for placeholder
*
* @var string
*/
protected $regKey = 'Zend_View_Helper_HeadScript';

/**
* Are arbitrary attributes allowed?
*
Expand Down
7 changes: 0 additions & 7 deletions src/Helper/HeadStyle.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@
*/
class HeadStyle extends Placeholder\Container\AbstractStandalone
{
/**
* Registry key for placeholder
*
* @var string
*/
protected $regKey = 'Zend_View_Helper_HeadStyle';

/**
* Allowed optional attributes
*
Expand Down
7 changes: 0 additions & 7 deletions src/Helper/HeadTitle.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ class HeadTitle extends Placeholder\Container\AbstractStandalone
{
use TranslatorAwareTrait;

/**
* Registry key for placeholder
*
* @var string
*/
protected $regKey = 'Zend_View_Helper_HeadTitle';

/**
* Default title rendering order (i.e. order in which each title attached)
*
Expand Down
7 changes: 0 additions & 7 deletions src/Helper/InlineScript.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@
*/
class InlineScript extends HeadScript
{
/**
* Registry key for placeholder
*
* @var string
*/
protected $regKey = 'Zend_View_Helper_InlineScript';

/**
* Return InlineScript object
*
Expand Down