Exemple #1
0
 /**
  * Set lineend value
  *
  * Set the line end style to Windows, Mac, Unix or a custom string
  *
  * @param string $style "win", "mac", "unix" or custom string.
  *
  * @since   version 1.4.0 (2007-12-13)
  * @access  public
  * @return  void
  */
 function setLineEnd($style)
 {
     $this->__set('lineEnd', $style);
     parent::setLineEnd($style);
 }