コード例 #1
0
    /**
     * Constructor
     *
     * Set separator to PHP_EOL.
     */
    public function __construct()
    {
        parent::__construct();

        $this->setSeparator(PHP_EOL);
    }
コード例 #2
0
ファイル: HeadLess.php プロジェクト: msingi/msingi
 /**
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->environment = getenv('APPLICATION_ENV') ?: 'production';
     $this->setSeparator(PHP_EOL);
 }