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