__construct() public method

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