Exemplo n.º 1
0
 protected function _getExcerpt()
 {
     if (array_key_exists('body', $this->_properties)) {
         return Text::excerpt($this->_properties['body'], 'method', 400);
     }
     return null;
 }