Esempio n. 1
0
 function get_arguments()
 {
     $arguments = $this->arguments;
     if ($arguments === null && $this->callStackPosition !== null) {
         $arguments = $this->arguments = Args::create($this);
     }
     return $arguments;
 }