Prado\Data\DataGateway\TTableGateway::onCreateCommand PHP Метод

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

The parameter object is TDataGatewayEventParameter of which the {@link TDataGatewayEventParameter::getCommand Command} property can be inspected to obtain the sql query to be executed.
public onCreateCommand ( $sender, $param )
    public function onCreateCommand($sender, $param)
    {
        $this->raiseEvent('OnCreateCommand', $this, $param);
    }