\seekquarry\yioop\views\elementsManagemachinesElement

Used to draw the admin screen on which admin users can add/delete and manage machines which might act as fetchers or queue_servers.

The managing protion of this element is actually done via an ajax call of the MachinestatusView

Summary

Methods
Properties
Constants
__construct()
render()
$view
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$view

$view : object

The View on which this Element is drawn

Type

object

Methods

__construct()

__construct(object  $view = null) 

constructor stores a reference to the view this element will reside on

Parameters

object $view

object this element will reside on

render()

render(array  $data) 

Draws the ManageMachines element to the output buffer

It should be implemented in subclasses.

Parameters

array $data

contains antiCSRF token, as well as data for the select fetcher number element.