Kraken\Runtime\RuntimeModelInterface::destroy PHP 메소드

destroy() 공개 메소드

Destroy model.
public destroy ( ) : Kraken\Promise\PromiseInterface
리턴 Kraken\Promise\PromiseInterface
    public function destroy();

Usage Example

예제 #1
0
 /**
  * @override
  * @inheritDoc
  */
 public function destroy()
 {
     return $this->model->destroy();
 }