Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
Class.CrontabElement.php
Go to the documentation of this file.
1 <?php
2 namespace Dcp;
3 
5 {
6  public $childs = array();
7  /**
8  * @param CrontabElement $element
9  * @return $this
10  */
11  public function appendChild(CrontabElement & $element)
12  {
13  $this->childs[] = $element;
14  return $this;
15  }
16 }
appendChild(CrontabElement &$element)
← centre documentaire © anakeen