Esempio n. 1
0
    /**
     * Get all current Orders
     * @return array
     */
    public function current()
    {
        $handles = $this->client
            ->Order_GetAllCurrent()
            ->Order_GetAllCurrentResult
            ->OrderHandle;

        return $this->getArrayFromHandles( $handles );
    }