change visibility of some properties and methods of core classes from private to protected
This commit is contained in:
parent
d746b62308
commit
200b1fe937
2 changed files with 5 additions and 5 deletions
|
|
@ -26,7 +26,7 @@
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
private $templateFilename;
|
||||
protected $templateFilename;
|
||||
|
||||
|
||||
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
* @param string $action Current Action
|
||||
* @param bool $isToplevel Agent is a ToplevelAgent
|
||||
*/
|
||||
private function __construct($layoutName, $agentName=null, $action=null, $isToplevel=false)
|
||||
protected function __construct($layoutName, $agentName=null, $action=null, $isToplevel=false)
|
||||
{
|
||||
// Create template filename
|
||||
// LayoutName
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue