Overview

Namespaces

  • Datadepo
    • Api
      • DataStores
      • Structures
      • Synchronizers

Classes

  • AbstractStructure
  • BusinessLine
  • BusinessSupplierLine
  • CategoryLine
  • DataLine
  • ImageLine
  • ParameterLine
  • PriceLine
  • RelatedLine
  • StoreLine
  • SupplierBankAccountLine
  • SupplierLine
  • SupplierPersonLine
  • VariantLine
  • Overview
  • Namespace
  • Class

Class AbstractStructure

Direct known subclasses

Datadepo\Api\Structures\BusinessLine, Datadepo\Api\Structures\BusinessSupplierLine, Datadepo\Api\Structures\SupplierLine, Datadepo\Api\Structures\SupplierPersonLine, Datadepo\Api\Structures\VariantLine, Datadepo\Api\Structures\CategoryLine, Datadepo\Api\Structures\DataLine, Datadepo\Api\Structures\ImageLine, Datadepo\Api\Structures\ParameterLine, Datadepo\Api\Structures\PriceLine, Datadepo\Api\Structures\RelatedLine, Datadepo\Api\Structures\StoreLine, Datadepo\Api\Structures\SupplierBankAccountLine
Abstract
Namespace: Datadepo\Api\Structures
Located at Api/Structures/AbstractStructure.php
Methods summary
public
# __construct( string $json )

Parameters

$json
public string
# getPrimary( )

Returns

string
public stdClass
# getData( )

Returns

stdClass
public string
# getJson( )

Returns

string
public string
# getChecksum( )

Returns

string
public mixed
# __get( string $name )

Parameters

$name

Returns

mixed
Properties summary
protected string $json
#
protected stdClass $data
#
Magic properties summary
public read-only string $json
public read-only string $checksum
public read-only string $primary
public read-only array $data
API documentation generated by ApiGen