Exemplo n.º 1
0
 /**
  * Adds the following jobs:
  *
  * - `copy`: Copy the selected nodes.
  */
 protected function get_available_jobs()
 {
     return array_merge(parent::get_available_jobs(), array('copy' => 'Copier'));
 }