Molajo\Copy::process PHP 메소드

process() 공개 메소드

Process Request
부터: 1.0.0
public process ( )
    public function process()
    {
        $this->removeTargetFiles($this->base_path . $this->target_path);
        $this->copySourceToTarget();
        return $this;
    }