Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
Class.CrontabTextElement.php
Go to the documentation of this file.
1 <?php
2 namespace Dcp;
3 
5 {
6  public $text;
7  /**
8  * CrontabParserTextElement constructor.
9  * @param string $text
10  */
11  public function __construct($text)
12  {
13  $this->text = $text;
14  }
15  /**
16  * Serialize element to string
17  *
18  * @return string
19  */
20  public function __toString()
21  {
22  return (string)$this->text;
23  }
24 }
← centre documentaire © anakeen