Holds an object of the entity factory, used for instantiating entities (obviously)
Loaded by __construct() - so all descendants of RoxModelBase has access to it
Type
object
— RoxEntityFactory
$_parameters
$_parameters
$_cache
$_cache
$style
$style
Methods
__construct()
__construct( $style)
Parameters
$style
render()
render() : void
outputs a list of list links, to reflect paging
getStylesheets()
getStylesheets()
getScriptfiles()
getScriptfiles()
__call()
__call( $key, $args)
Parameters
$key
$args
__get()
__get( $key)
Parameters
$key
__set()
__set( $key, $value)
Parameters
$key
$value
refresh_get()
refresh_get( $key)
Parameters
$key
__toString()
__toString()
getHtml()
getHtml() : string
returns rather than renders the pager
Returns
string
createEntity()
createEntity() : object
calls the entity factory to create an entity, passes along any arguments
Returns
object
set_layoutkit()
set_layoutkit(\unknown_type $layoutkit)
called by the framework, to inject some essential values.