예제 #1
0
 /**
  * Extract source from the given ID
  * Circumvent the private declaration in parent class
  *
  * @param string $id        The id to be split
  * @param string $delimiter The delimiter to be used from $this->delimiters
  *
  * @return string Source
  */
 public function getSource($id, $delimiter = '')
 {
     return parent::getSource($id, $delimiter = '');
 }