6 lines
149 B
PHP
6 lines
149 B
PHP
<?php
|
|
public function getPairsByProduct($productID, $branch = 0)
|
|
{
|
|
return $this->loadExtension('ops')->getPairsByProduct($productID, $branch);
|
|
}
|