Inpsyde\MultilingualPress\Asset\AssetLocation::path PHP Method

path() public method

Returns the local path to the directory containing the file.
Since: 3.0.0
public path ( ) : string
return string The local path to the directory containing the file.
    public function path()
    {
        return $this->path;
    }