Example #1
0
 /**
  * Returns first $length characters of value.
  *
  * @param mixed $key
  * @param int $length
  * @return mixed
  */
 public function getLength($key, $length = NULL)
 {
     return Zend_Filter::getLength($this->_source[$key], $length);
 }