| 1 | <?php  | 
            ||
| 18 | trait TOrderContextCustomAttributeContainer  | 
            ||
| 19 | { | 
            ||
| 20 | /** @var ICustomAttributeIterable */  | 
            ||
| 21 | protected $orderContextCustomAttributes;  | 
            ||
| 22 | |||
| 23 | public function getOrderContextCustomAttributes()  | 
            ||
| 27 | |||
| 28 | public function setOrderContextCustomAttributes(ICustomAttributeIterable $orderContextCustomAttributes)  | 
            ||
| 33 | }  | 
            ||
| 34 |