*
* @return $fqfn Full-qualified file name of the menu cache
*/
- public function getNodeRequestNodeListCacheFqfn () {
+ public function getRequestNodeListCacheFqfn () {
$this->partialStub('Please implement this method.');
}
*
* @return void
*/
- protected function startNodeRequestNodeList () {
+ protected function startRequestNodeList () {
// Push the node name on the stacker
$this->getStackerInstance()->pushNamed('node_request_node_list', 'node-request-node-list');
}
*
* @return void
*/
- protected function finishNodeRequestNodeList () {
+ protected function finishRequestNodeList () {
// Pop the last entry
$this->getStackerInstance()->popNamed('node_request_node_list');
}