Exemple #1
0
 /**
  * Wrap to protected method
  *
  * @return array
  */
 public function wrap($text, $length = Email::LINE_LENGTH_MUST)
 {
     return parent::_wrap($text, $length);
 }