Beispiel #1
0
 /**
  * Iterates over a components.
  * @param  bool    recursive?
  * @param  string  class types filter
  * @return \Iterator
  */
 public function getComponents($deep = FALSE, $filterType = NULL)
 {
     return $this->multiplier->getComponents($deep, $filterType);
 }