6 lines
176 B
PHP
6 lines
176 B
PHP
<?php
|
|
public function getProductLink($module, $method, $extra, $branch = false)
|
|
{
|
|
return $this->loadExtension('flow')->getProductLink($module, $method, $extra, $branch);
|
|
}
|