PHP Classes

File: tests/Fixtures/IntegrationTest/JsonEndereco.json

Recommend this page to a friend!
  Classes of Rafael Becker   PHP Expressive   tests/Fixtures/IntegrationTest/JsonEndereco.json   Download  
File: tests/Fixtures/IntegrationTest/JsonEndereco.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Expressive
Base class for Object Relational Mapping
Author: By
Last change:
Date: 6 years ago
Size: 1,539 bytes
 

Contents

Class file image Download
{ "properties": [ { "alias": "proLogradouro", "property": "logradouro", "description": "logradouro - campo texto contendo nome do logradouro", "type": "string", "format": [ { "function": "uppercase" } ] }, { "alias": "proNumero", "property": "numero", "description": "numero - campo inteiro contendo número vinculado ao endereço", "type": "int", "behavior": { "required": "false" } }, { "alias": "proBairro", "property": "bairro", "description": "bairro - campo texto contendo nome do bairro", "type": "string", "behavior": { "required": "false" }, "format": [ { "function": "uppercase" } ] }, { "alias": "proCep", "property": "cep", "description": "cep - campo texto contendo cep vinculado ao endereço", "type": "string", "behavior": { "required": "false" } }, { "alias": "proCidade", "property": "cidade", "description": "cidade - campo texto contendo nome da cidade", "type": "string", "format": [ { "function": "uppercase" } ] }, { "alias": "proEstado", "property": "estado", "description": "estado - campo texto contendo nome do estado", "type": "string", "format": [ { "function": "size", "params": "2" } ] } ] }