Jarves\Filesystem\Adapter\AbstractAdapter::setMountPath PHP Method

setMountPath() public method

Sets the name of mount point.
public setMountPath ( $mountPath )
    public function setMountPath($mountPath)
    {
        $this->mountPath = $mountPath;
    }