Skip to content

Latest commit

 

History

History
545 lines (250 loc) · 11.3 KB

class.WebserviceOutputJSON.md

File metadata and controls

545 lines (250 loc) · 11.3 KB

Class WebserviceOutputJSON

Contents

Properties

Methods

Properties

$content

protected mixed $content = array()

Json content

$currentAssociatedEntity

protected mixed $currentAssociatedEntity

Current association

$currentEntity

protected mixed $currentEntity

Current entity

$docUrl

public mixed $docUrl = ''

$languages

public mixed $languages = array()

$schemaToDisplay

protected mixed $schemaToDisplay

$wsUrl

protected mixed $wsUrl

Methods

__construct

mixed WebserviceOutputJSON::__construct($languages)

Arguments

  • $languages mixed

getContentType

mixed WebserviceOutputJSON::getContentType()

getNodeName

mixed WebserviceOutputJSON::getNodeName($params)

Arguments

  • $params mixed

getSchemaToDisplay

mixed WebserviceOutputJSON::getSchemaToDisplay()

getWsUrl

mixed WebserviceOutputJSON::getWsUrl()

overrideContent

mixed WebserviceOutputJSON::overrideContent($content)

Arguments

  • $content mixed

renderAssociationField

mixed WebserviceOutputJSON::renderAssociationField($field)

Arguments

  • $field mixed

renderAssociationFooter

mixed WebserviceOutputJSON::renderAssociationFooter($obj, $params, $assoc_name)

Arguments

  • $obj mixed
  • $params mixed
  • $assoc_name mixed

renderAssociationHeader

mixed WebserviceOutputJSON::renderAssociationHeader($obj, $params, $assoc_name, $closed_tags)

Arguments

  • $obj mixed
  • $params mixed
  • $assoc_name mixed
  • $closed_tags mixed

renderAssociationWrapperFooter

mixed WebserviceOutputJSON::renderAssociationWrapperFooter()

renderAssociationWrapperHeader

mixed WebserviceOutputJSON::renderAssociationWrapperHeader()

renderErrors

mixed WebserviceOutputJSON::renderErrors($message, $code)

Arguments

  • $message mixed
  • $code mixed

renderErrorsFooter

mixed WebserviceOutputJSON::renderErrorsFooter()

renderErrorsHeader

mixed WebserviceOutputJSON::renderErrorsHeader()

renderField

mixed WebserviceOutputJSON::renderField($field)

Arguments

  • $field mixed

renderNodeFooter

mixed WebserviceOutputJSON::renderNodeFooter($node_name, $params)

Arguments

  • $node_name mixed
  • $params mixed

renderNodeHeader

mixed WebserviceOutputJSON::renderNodeHeader($node_name, $params, $more_attr, $has_child)

Arguments

  • $node_name mixed
  • $params mixed
  • $more_attr mixed
  • $has_child mixed

renderi18nField

mixed WebserviceOutputJSON::renderi18nField($field)

Arguments

  • $field mixed

setLanguages

mixed WebserviceOutputJSON::setLanguages($languages)

Arguments

  • $languages mixed

setSchemaToDisplay

mixed WebserviceOutputJSON::setSchemaToDisplay($schema)

Arguments

  • $schema mixed

setWsUrl

mixed WebserviceOutputJSON::setWsUrl($url)

Arguments

  • $url mixed