Prado\Web\UI\TClientScriptManager::__construct PHP Method

__construct() public method

Constructor.
public __construct ( TPage $owner )
$owner TPage
    public function __construct(TPage $owner)
    {
        $this->_page = $owner;
    }