예제 #1
0
 /**
  * Tests array->getComponents()
  */
 public function testGetComponents()
 {
     $component = $this->array->getComponents();
 }
예제 #2
0
 /**
  * Get parsed components. 
  *
  * @return array
  */
 public function getComponents()
 {
     return $this->dispenserArray->getComponents();
 }