ParentClassWithProtectedAttributes
extends ParentClassWithPrivateAttributes
in package
Table of Contents
- $protectedParentAttribute : mixed
- $protectedStaticParentAttribute : mixed
- $privateParentAttribute : mixed
- $privateStaticParentAttribute : mixed
Properties
$protectedParentAttribute
protected
mixed
$protectedParentAttribute
= 'bar'
$protectedStaticParentAttribute
protected
static mixed
$protectedStaticParentAttribute
= 'foo'
$privateParentAttribute
private
mixed
$privateParentAttribute
= 'bar'
$privateStaticParentAttribute
private
static mixed
$privateStaticParentAttribute
= 'foo'