VirtualPage_Controller
class VirtualPage_Controller extends Page_Controller
Controller for the virtual page.
Methods
Reloads the content if the version is different ;-)
No description
When the virtualpage is loaded, check to see if the versions are the same if not, reload the content.
No description
Also check the original object's original controller for the method
Pass unrecognized method calls on to the original controller
Details
at line 510
reloadContent()
Reloads the content if the version is different ;-)
at line 516
getViewer($action)
at line 528
init()
When the virtualpage is loaded, check to see if the versions are the same if not, reload the content.
NOTE: Virtual page must have a container object of subclass of sitetree. We can't load the content without an ID or record to copy it from.
at line 539
loadcontentall()
at line 555
bool
hasMethod(string $method)
Also check the original object's original controller for the method
at line 573
mixed
__call(string $method, string $args)
Pass unrecognized method calls on to the original controller