Пример #1
0
 /**
  * Instantiates a new MTLikeTextile object. Optional options
  * can be passed to initialize the object. Attributes for the
  * options key are the same as the get/set method names
  * documented here.
  *
  * @param $options The @c array specifying the options to use for
  *        this object.
  *
  * @public
  */
 function MTLikeTextile($options = array())
 {
     parent::Textile($options);
 }