execute() public method

public execute ( )
Ejemplo n.º 1
0
 public function execute()
 {
     $dropCommand = $this->createCommand('LazyRecord\\Command\\DbCommand\\DropCommand');
     $dropCommand->options = $this->options;
     $dropCommand->execute();
     parent::execute();
 }