Xpressengine\Plugin\Composer\ComposerFileWriter::cleanOperation PHP 메소드

cleanOperation() 공개 메소드

현재 실행중인 작업에 대한 정보를 초기화 한다.
public cleanOperation ( )
    public function cleanOperation()
    {
        array_set($this->data, 'xpressengine-plugin.operation', []);
        return $this;
    }