Gregwar\RST\Builder::getTargetOf PHP Method

getTargetOf() public method

Gets the name of a target for a file, for instance /introduction/part1 could be resolved into /path/to/introduction/part1.html
public getTargetOf ( $file )
    public function getTargetOf($file)
    {
        $meta = $this->metas->get($file);
        return $this->getTargetFile($meta['url']);
    }