File: crash.php

package info (click to toggle)
phpdox 0.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,064 kB
  • ctags: 2,240
  • sloc: xml: 50,881; php: 7,770; makefile: 22; sh: 5
file content (16 lines) | stat: -rw-r--r-- 329 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php

class _N_ {

    /**
     * Check if the current product or oder item
     * or quote item have a certificate option enabled
     *
     * @param $productId int
     * @param Mage_Sales_Model_Order_Item |_B_ Mage_Sales_Model_Quote_Item $item
     * @return bool
     */
    public function b($productId, $item) {
    }

}