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;
    }