Commit 9ee99ce2 by Seldaek

* Cosmetics

git-svn-id: svn://dwoo.org/dwoo/trunk@73 0598d79b-80c4-4d41-97ba-ac86fbbd088b
parent 3908610b
......@@ -19,7 +19,7 @@
* @date 2008-05-10
* @package Dwoo
*/
class Dwoo_Plugin_smartyinterface extends Dwoo_Block_Plugin
class Dwoo_Plugin_smartyinterface extends Dwoo_Block_Plugin implements Dwoo_ICompilable_Block
{
public function init($__funcname, $__functype, array $rest=array()) {}
......
......@@ -6,7 +6,7 @@
* <pre>
* * wrap : maximum line length
* * wrap_char : the character(s) to use to break the line
* * wrap_cut : if true, the line is cut at the exact length instead of breaking at the nearest space
* * wrap_cut : if true, the words that are longer than $wrap are cut instead of overflowing
* * indent : amount of $indent_char to insert before every line
* * indent_char : character(s) to insert before every line
* * indent_first : amount of additional $indent_char to insert before the first line of each paragraphs
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment