Xpressengine\Plugin\Composer\ComposerFileWriter::cleanOperation PHP Method

cleanOperation() public method

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