Advertisement
Guest User

Retorno

a guest
Nov 14th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.15 KB | None | 0 0
  1. object(Source\Models\CafeApp\AppProduct)[6]
  2.   protected 'data' =>
  3.     object(stdClass)[7]
  4.       public 'id' => string '1' (length=1)
  5.       public 'code' => string '5270' (length=5)
  6.       public 'description' => string 'Descrição do produto teste' (length=70)
  7.   protected 'fail' => null
  8.   protected 'message' =>
  9.     object(Source\Support\Message)[8]
  10.       private 'text' => null
  11.       private 'type' => null
  12.       private 'before' => null
  13.       private 'after' => null
  14.   protected 'query' => null
  15.   protected 'params' => null
  16.   protected 'order' => null
  17.   protected 'limit' => null
  18.   protected 'offset' => null
  19.   protected 'entity' => string 'app_offenses' (length=12)
  20.   protected 'protected' =>
  21.     array (size=3)
  22.       0 => string 'id' (length=2)
  23.       1 => string 'created_at' (length=10)
  24.       2 => string 'updated_at' (length=10)
  25.   protected 'required' =>
  26.     array (size=2)
  27.       0 => string 'code' (length=4)
  28.       1 => string 'description' (length=11)
  29. C:\xampp\htdocs\fsphp\themes\cafeapp\search-code.php:21:
  30. array (size=2)
  31.   'p_code' => string '52070' (length=5)
  32.   'p_description' => string 'Descrição do produto teste' (length=70)
  33. {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement