Prado\Web\UI\TPage::__construct PHP Метод

__construct() публичный Метод

Sets the page object to itself. Derived classes must call parent implementation.
public __construct ( )
    public function __construct()
    {
        $this->setPage($this);
    }

Usage Example

Пример #1
0
 public function __construct()
 {
     parent::__construct();
 }