Define this attribute for any controller property
necessary to initialize in \MvcCore\Controller::Init()
automatically.
Instance is created by automatically localized local
context factory method with name '[_]create' + upper cased property
name (or with factory method name optionally defined
as first argument). If no factory method like that is found,
instance is created by property type static method
CreateInstance()
or by property type __construct()
method
with no arguments.
Define this attribute for any controller property
necessary to initialize in \MvcCore\Controller::Init()
automatically.
Instance is created by automatically localized local
context factory method with name '[_]create' + upper cased property
name (or with factory method name optionally defined
as first argument). If no factory method like that is found,
instance is created by property type static method
CreateInstance()
or by property type __construct()
method
with no arguments.
Parameters