tad\WPBrowser\Module\Support\UriToIndexMapper::__construct PHP Метод

__construct() публичный Метод

UriToIndexMapper constructor.
public __construct ( string $root )
$root string The absolute path to WordPress root folder.
    public function __construct($root)
    {
        $this->root = rtrim($root, '/');
    }