__construct() public method

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