예제 #1
0
파일: Cart.php 프로젝트: nekken/neo-store
 /**
  * @param field_type $identifier
  */
 public static function setIdentifier($identifier)
 {
     Cart::$identifier = $identifier;
     return $this;
 }