__construct() public method

LocalPath constructor.
public __construct ( string $url )
$url string Local file path
Esempio n. 1
0
 public function __construct()
 {
     $path = __DIR__ . '/../../../scripts/facebook-hide-login.js';
     parent::__construct($path);
 }