コード例 #1
0
 /**
  * Sets up static properties.
  * @return      void
  */
 public static function setUp($sPluginFilePath = null)
 {
     self::$sFilePath = $sPluginFilePath ? $sPluginFilePath : __FILE__;
     self::$sDirPath = dirname(self::$sFilePath);
 }
コード例 #2
0
 /**
  * Sets up static properties.
  * @return      void
  */
 public static function setUp($sPluginFilePath)
 {
     self::$sFilePath = $sPluginFilePath;
     self::$sDirPath = dirname(self::$sFilePath);
 }