Exemplo n.º 1
0
 /**
  * Properties.
  */
 protected function properties()
 {
     self::$PATH = dirname(__FILE__);
     self::$URL = plugins_url(basename(self::$PATH));
     self::$TEMPLATEPATH = self::$PATH . '/templates';
 }