Prado\Data\DataGateway\TDataGatewayResultEventParameter::__construct PHP Method

__construct() public method

public __construct ( $command, $result )
    public function __construct($command, $result)
    {
        $this->_command = $command;
        $this->_result = $result;
    }