__construct() public méthode

Sets the page object to itself. Derived classes must call parent implementation.
public __construct ( )
Exemple #1
0
 public function __construct()
 {
     parent::__construct();
 }