Exemplo n.º 1
0
 public static function getSpecs($printer, $material)
 {
     $spec = DAOFactory::getPrintSpecDAO()->queryByIds($printer, $material);
     return $spec;
 }
Exemplo n.º 2
0
 public static function getPrinterSpec($printerMaterialXrefId)
 {
     $printerSpec = DAOFactory::getPrintSpecDAO()->load($printerMaterialXrefId);
     return $printerSpec;
 }