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, '/');
    }