Created
November 30, 2014 17:33
-
-
Save midorikocak/8706aaeb9fb505f3db9f to your computer and use it in GitHub Desktop.
debug($record); CakePHP 3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/src/Controller/RecordsController.php (line 73) | |
object(App\Model\Entity\Record) { | |
'new' => false, | |
'accessible' => [ | |
'name' => true, | |
'url' => true, | |
'description' => true, | |
'user_id' => true, | |
'user' => true, | |
'addresses' => true, | |
'businesses' => true, | |
'connections' => true, | |
'emails' => true, | |
'organizations' => true, | |
'persons' => true, | |
'telephones' => true | |
], | |
'properties' => [ | |
'id' => (int) 30, | |
'name' => 'Midori Kocak', | |
'url' => 'http://www.mtkocak.com', | |
'description' => 'My name is Midori!', | |
'created' => object(Cake\I18n\Time) { | |
'time' => '2014-11-30T16:28:37+0100', | |
'timezone' => 'Europe/Prague', | |
'fixedNowTime' => false | |
}, | |
'updated' => null, | |
'user_id' => (int) 2, | |
'telephones' => [ | |
(int) 0 => object(App\Model\Entity\Telephone) { | |
'new' => true, | |
'accessible' => [ | |
'telephone' => true, | |
'telephonetype_id' => true, | |
'record_id' => true, | |
'telephonetype' => true, | |
'record' => true | |
], | |
'properties' => [ | |
'telephonetype_id' => (int) 1, | |
'telephone' => '+905337428708' | |
], | |
'dirty' => [ | |
'telephonetype_id' => true, | |
'telephone' => true | |
], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Telephones' | |
} | |
], | |
'persons' => [], | |
'organizations' => [], | |
'businesses' => [ | |
(int) 0 => object(App\Model\Entity\Business) { | |
'new' => true, | |
'accessible' => [ | |
'record_id' => true, | |
'businesstype_id' => true, | |
'record' => true, | |
'businesstype' => true | |
], | |
'properties' => [ | |
'businesstype_id' => (int) 1 | |
], | |
'dirty' => [ | |
'businesstype_id' => true | |
], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Businesses' | |
} | |
], | |
'addresses' => [ | |
(int) 0 => object(App\Model\Entity\Address) { | |
'new' => true, | |
'accessible' => [ | |
'streetAddress' => true, | |
'addressLocality' => true, | |
'postalCode' => true, | |
'addressCountry' => true, | |
'description' => true, | |
'record_id' => true, | |
'record' => true | |
], | |
'properties' => [ | |
'streetAddress' => 'B-15 Daire:51 Atakoy Karanfil Sok. 6A', | |
'addressLocality' => 'Prague', | |
'postalCode' => '34156', | |
'addressCountry' => 'Turkey', | |
'description' => 'B-15 Daire:51 Atakoy Karanfil Sok. 6A' | |
], | |
'dirty' => [ | |
'streetAddress' => true, | |
'addressLocality' => true, | |
'postalCode' => true, | |
'addressCountry' => true, | |
'description' => true | |
], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Addresses' | |
} | |
] | |
], | |
'dirty' => [ | |
'businesses' => true, | |
'telephones' => true, | |
'addresses' => true | |
], | |
'original' => [ | |
'businesses' => [ | |
(int) 0 => object(App\Model\Entity\Business) { | |
'new' => false, | |
'accessible' => [ | |
'record_id' => true, | |
'businesstype_id' => true, | |
'record' => true, | |
'businesstype' => true | |
], | |
'properties' => [ | |
'id' => (int) 1, | |
'record_id' => (int) 30, | |
'businesstype_id' => (int) 1, | |
'businesstype' => object(App\Model\Entity\Businesstype) { | |
'new' => false, | |
'accessible' => [ | |
'title' => true, | |
'businesses' => true | |
], | |
'properties' => [ | |
'id' => (int) 1, | |
'title' => 'Agency' | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Businesstypes' | |
} | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Businesses' | |
}, | |
(int) 1 => object(App\Model\Entity\Business) { | |
'new' => false, | |
'accessible' => [ | |
'record_id' => true, | |
'businesstype_id' => true, | |
'record' => true, | |
'businesstype' => true | |
], | |
'properties' => [ | |
'id' => (int) 2, | |
'record_id' => (int) 30, | |
'businesstype_id' => (int) 1, | |
'businesstype' => object(App\Model\Entity\Businesstype) { | |
'new' => false, | |
'accessible' => [ | |
'title' => true, | |
'businesses' => true | |
], | |
'properties' => [ | |
'id' => (int) 1, | |
'title' => 'Agency' | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Businesstypes' | |
} | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Businesses' | |
}, | |
(int) 2 => object(App\Model\Entity\Business) { | |
'new' => false, | |
'accessible' => [ | |
'record_id' => true, | |
'businesstype_id' => true, | |
'record' => true, | |
'businesstype' => true | |
], | |
'properties' => [ | |
'id' => (int) 3, | |
'record_id' => (int) 30, | |
'businesstype_id' => (int) 1, | |
'businesstype' => object(App\Model\Entity\Businesstype) { | |
'new' => false, | |
'accessible' => [ | |
'title' => true, | |
'businesses' => true | |
], | |
'properties' => [ | |
'id' => (int) 1, | |
'title' => 'Agency' | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Businesstypes' | |
} | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Businesses' | |
}, | |
(int) 3 => object(App\Model\Entity\Business) { | |
'new' => false, | |
'accessible' => [ | |
'record_id' => true, | |
'businesstype_id' => true, | |
'record' => true, | |
'businesstype' => true | |
], | |
'properties' => [ | |
'id' => (int) 4, | |
'record_id' => (int) 30, | |
'businesstype_id' => (int) 1, | |
'businesstype' => object(App\Model\Entity\Businesstype) { | |
'new' => false, | |
'accessible' => [ | |
'title' => true, | |
'businesses' => true | |
], | |
'properties' => [ | |
'id' => (int) 1, | |
'title' => 'Agency' | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Businesstypes' | |
} | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Businesses' | |
}, | |
(int) 4 => object(App\Model\Entity\Business) { | |
'new' => false, | |
'accessible' => [ | |
'record_id' => true, | |
'businesstype_id' => true, | |
'record' => true, | |
'businesstype' => true | |
], | |
'properties' => [ | |
'id' => (int) 5, | |
'record_id' => (int) 30, | |
'businesstype_id' => (int) 1, | |
'businesstype' => object(App\Model\Entity\Businesstype) { | |
'new' => false, | |
'accessible' => [ | |
'title' => true, | |
'businesses' => true | |
], | |
'properties' => [ | |
'id' => (int) 1, | |
'title' => 'Agency' | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Businesstypes' | |
} | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Businesses' | |
}, | |
(int) 5 => object(App\Model\Entity\Business) { | |
'new' => false, | |
'accessible' => [ | |
'record_id' => true, | |
'businesstype_id' => true, | |
'record' => true, | |
'businesstype' => true | |
], | |
'properties' => [ | |
'id' => (int) 6, | |
'record_id' => (int) 30, | |
'businesstype_id' => (int) 1, | |
'businesstype' => object(App\Model\Entity\Businesstype) { | |
'new' => false, | |
'accessible' => [ | |
'title' => true, | |
'businesses' => true | |
], | |
'properties' => [ | |
'id' => (int) 1, | |
'title' => 'Agency' | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Businesstypes' | |
} | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Businesses' | |
}, | |
(int) 6 => object(App\Model\Entity\Business) { | |
'new' => false, | |
'accessible' => [ | |
'record_id' => true, | |
'businesstype_id' => true, | |
'record' => true, | |
'businesstype' => true | |
], | |
'properties' => [ | |
'id' => (int) 7, | |
'record_id' => (int) 30, | |
'businesstype_id' => (int) 1, | |
'businesstype' => object(App\Model\Entity\Businesstype) { | |
'new' => false, | |
'accessible' => [ | |
'title' => true, | |
'businesses' => true | |
], | |
'properties' => [ | |
'id' => (int) 1, | |
'title' => 'Agency' | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Businesstypes' | |
} | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Businesses' | |
}, | |
(int) 7 => object(App\Model\Entity\Business) { | |
'new' => false, | |
'accessible' => [ | |
'record_id' => true, | |
'businesstype_id' => true, | |
'record' => true, | |
'businesstype' => true | |
], | |
'properties' => [ | |
'id' => (int) 11, | |
'record_id' => (int) 30, | |
'businesstype_id' => (int) 1, | |
'businesstype' => object(App\Model\Entity\Businesstype) { | |
'new' => false, | |
'accessible' => [ | |
'title' => true, | |
'businesses' => true | |
], | |
'properties' => [ | |
'id' => (int) 1, | |
'title' => 'Agency' | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Businesstypes' | |
} | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Businesses' | |
}, | |
(int) 8 => object(App\Model\Entity\Business) { | |
'new' => false, | |
'accessible' => [ | |
'record_id' => true, | |
'businesstype_id' => true, | |
'record' => true, | |
'businesstype' => true | |
], | |
'properties' => [ | |
'id' => (int) 12, | |
'record_id' => (int) 30, | |
'businesstype_id' => (int) 1, | |
'businesstype' => object(App\Model\Entity\Businesstype) { | |
'new' => false, | |
'accessible' => [ | |
'title' => true, | |
'businesses' => true | |
], | |
'properties' => [ | |
'id' => (int) 1, | |
'title' => 'Agency' | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Businesstypes' | |
} | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Businesses' | |
}, | |
(int) 9 => object(App\Model\Entity\Business) { | |
'new' => false, | |
'accessible' => [ | |
'record_id' => true, | |
'businesstype_id' => true, | |
'record' => true, | |
'businesstype' => true | |
], | |
'properties' => [ | |
'id' => (int) 8, | |
'record_id' => (int) 30, | |
'businesstype_id' => (int) 2, | |
'businesstype' => object(App\Model\Entity\Businesstype) { | |
'new' => false, | |
'accessible' => [ | |
'title' => true, | |
'businesses' => true | |
], | |
'properties' => [ | |
'id' => (int) 2, | |
'title' => 'Hotel' | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Businesstypes' | |
} | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Businesses' | |
}, | |
(int) 10 => object(App\Model\Entity\Business) { | |
'new' => false, | |
'accessible' => [ | |
'record_id' => true, | |
'businesstype_id' => true, | |
'record' => true, | |
'businesstype' => true | |
], | |
'properties' => [ | |
'id' => (int) 9, | |
'record_id' => (int) 30, | |
'businesstype_id' => (int) 2, | |
'businesstype' => object(App\Model\Entity\Businesstype) { | |
'new' => false, | |
'accessible' => [ | |
'title' => true, | |
'businesses' => true | |
], | |
'properties' => [ | |
'id' => (int) 2, | |
'title' => 'Hotel' | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Businesstypes' | |
} | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Businesses' | |
}, | |
(int) 11 => object(App\Model\Entity\Business) { | |
'new' => false, | |
'accessible' => [ | |
'record_id' => true, | |
'businesstype_id' => true, | |
'record' => true, | |
'businesstype' => true | |
], | |
'properties' => [ | |
'id' => (int) 10, | |
'record_id' => (int) 30, | |
'businesstype_id' => (int) 2, | |
'businesstype' => object(App\Model\Entity\Businesstype) { | |
'new' => false, | |
'accessible' => [ | |
'title' => true, | |
'businesses' => true | |
], | |
'properties' => [ | |
'id' => (int) 2, | |
'title' => 'Hotel' | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Businesstypes' | |
} | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Businesses' | |
} | |
], | |
'telephones' => [ | |
(int) 0 => object(App\Model\Entity\Telephone) { | |
'new' => false, | |
'accessible' => [ | |
'telephone' => true, | |
'telephonetype_id' => true, | |
'record_id' => true, | |
'telephonetype' => true, | |
'record' => true | |
], | |
'properties' => [ | |
'id' => (int) 1, | |
'telephone' => '+905337428708', | |
'telephonetype_id' => (int) 1, | |
'record_id' => (int) 30, | |
'telephonetype' => object(App\Model\Entity\Telephonetype) { | |
'new' => false, | |
'accessible' => [ | |
'title' => true, | |
'telephones' => true | |
], | |
'properties' => [ | |
'id' => (int) 1, | |
'title' => 'Business' | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Telephonetypes' | |
} | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Telephones' | |
}, | |
(int) 1 => object(App\Model\Entity\Telephone) { | |
'new' => false, | |
'accessible' => [ | |
'telephone' => true, | |
'telephonetype_id' => true, | |
'record_id' => true, | |
'telephonetype' => true, | |
'record' => true | |
], | |
'properties' => [ | |
'id' => (int) 2, | |
'telephone' => '+905337428708', | |
'telephonetype_id' => (int) 1, | |
'record_id' => (int) 30, | |
'telephonetype' => object(App\Model\Entity\Telephonetype) { | |
'new' => false, | |
'accessible' => [ | |
'title' => true, | |
'telephones' => true | |
], | |
'properties' => [ | |
'id' => (int) 1, | |
'title' => 'Business' | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Telephonetypes' | |
} | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Telephones' | |
}, | |
(int) 2 => object(App\Model\Entity\Telephone) { | |
'new' => false, | |
'accessible' => [ | |
'telephone' => true, | |
'telephonetype_id' => true, | |
'record_id' => true, | |
'telephonetype' => true, | |
'record' => true | |
], | |
'properties' => [ | |
'id' => (int) 3, | |
'telephone' => '+905337428708', | |
'telephonetype_id' => (int) 1, | |
'record_id' => (int) 30, | |
'telephonetype' => object(App\Model\Entity\Telephonetype) { | |
'new' => false, | |
'accessible' => [ | |
'title' => true, | |
'telephones' => true | |
], | |
'properties' => [ | |
'id' => (int) 1, | |
'title' => 'Business' | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Telephonetypes' | |
} | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Telephones' | |
}, | |
(int) 3 => object(App\Model\Entity\Telephone) { | |
'new' => false, | |
'accessible' => [ | |
'telephone' => true, | |
'telephonetype_id' => true, | |
'record_id' => true, | |
'telephonetype' => true, | |
'record' => true | |
], | |
'properties' => [ | |
'id' => (int) 4, | |
'telephone' => '+905337428708', | |
'telephonetype_id' => (int) 1, | |
'record_id' => (int) 30, | |
'telephonetype' => object(App\Model\Entity\Telephonetype) { | |
'new' => false, | |
'accessible' => [ | |
'title' => true, | |
'telephones' => true | |
], | |
'properties' => [ | |
'id' => (int) 1, | |
'title' => 'Business' | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Telephonetypes' | |
} | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Telephones' | |
}, | |
(int) 4 => object(App\Model\Entity\Telephone) { | |
'new' => false, | |
'accessible' => [ | |
'telephone' => true, | |
'telephonetype_id' => true, | |
'record_id' => true, | |
'telephonetype' => true, | |
'record' => true | |
], | |
'properties' => [ | |
'id' => (int) 5, | |
'telephone' => '+905337428708', | |
'telephonetype_id' => (int) 1, | |
'record_id' => (int) 30, | |
'telephonetype' => object(App\Model\Entity\Telephonetype) { | |
'new' => false, | |
'accessible' => [ | |
'title' => true, | |
'telephones' => true | |
], | |
'properties' => [ | |
'id' => (int) 1, | |
'title' => 'Business' | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Telephonetypes' | |
} | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Telephones' | |
}, | |
(int) 5 => object(App\Model\Entity\Telephone) { | |
'new' => false, | |
'accessible' => [ | |
'telephone' => true, | |
'telephonetype_id' => true, | |
'record_id' => true, | |
'telephonetype' => true, | |
'record' => true | |
], | |
'properties' => [ | |
'id' => (int) 8, | |
'telephone' => '+905337428708', | |
'telephonetype_id' => (int) 1, | |
'record_id' => (int) 30, | |
'telephonetype' => object(App\Model\Entity\Telephonetype) { | |
'new' => false, | |
'accessible' => [ | |
'title' => true, | |
'telephones' => true | |
], | |
'properties' => [ | |
'id' => (int) 1, | |
'title' => 'Business' | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Telephonetypes' | |
} | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Telephones' | |
}, | |
(int) 6 => object(App\Model\Entity\Telephone) { | |
'new' => false, | |
'accessible' => [ | |
'telephone' => true, | |
'telephonetype_id' => true, | |
'record_id' => true, | |
'telephonetype' => true, | |
'record' => true | |
], | |
'properties' => [ | |
'id' => (int) 9, | |
'telephone' => '+905337428708', | |
'telephonetype_id' => (int) 1, | |
'record_id' => (int) 30, | |
'telephonetype' => object(App\Model\Entity\Telephonetype) { | |
'new' => false, | |
'accessible' => [ | |
'title' => true, | |
'telephones' => true | |
], | |
'properties' => [ | |
'id' => (int) 1, | |
'title' => 'Business' | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Telephonetypes' | |
} | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Telephones' | |
}, | |
(int) 7 => object(App\Model\Entity\Telephone) { | |
'new' => false, | |
'accessible' => [ | |
'telephone' => true, | |
'telephonetype_id' => true, | |
'record_id' => true, | |
'telephonetype' => true, | |
'record' => true | |
], | |
'properties' => [ | |
'id' => (int) 10, | |
'telephone' => '+905337428708', | |
'telephonetype_id' => (int) 1, | |
'record_id' => (int) 30, | |
'telephonetype' => object(App\Model\Entity\Telephonetype) { | |
'new' => false, | |
'accessible' => [ | |
'title' => true, | |
'telephones' => true | |
], | |
'properties' => [ | |
'id' => (int) 1, | |
'title' => 'Business' | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Telephonetypes' | |
} | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Telephones' | |
}, | |
(int) 8 => object(App\Model\Entity\Telephone) { | |
'new' => false, | |
'accessible' => [ | |
'telephone' => true, | |
'telephonetype_id' => true, | |
'record_id' => true, | |
'telephonetype' => true, | |
'record' => true | |
], | |
'properties' => [ | |
'id' => (int) 6, | |
'telephone' => '+905337428708', | |
'telephonetype_id' => (int) 2, | |
'record_id' => (int) 30, | |
'telephonetype' => object(App\Model\Entity\Telephonetype) { | |
'new' => false, | |
'accessible' => [ | |
'title' => true, | |
'telephones' => true | |
], | |
'properties' => [ | |
'id' => (int) 2, | |
'title' => 'Mobile' | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Telephonetypes' | |
} | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Telephones' | |
}, | |
(int) 9 => object(App\Model\Entity\Telephone) { | |
'new' => false, | |
'accessible' => [ | |
'telephone' => true, | |
'telephonetype_id' => true, | |
'record_id' => true, | |
'telephonetype' => true, | |
'record' => true | |
], | |
'properties' => [ | |
'id' => (int) 7, | |
'telephone' => '+905337428708', | |
'telephonetype_id' => (int) 3, | |
'record_id' => (int) 30, | |
'telephonetype' => object(App\Model\Entity\Telephonetype) { | |
'new' => false, | |
'accessible' => [ | |
'title' => true, | |
'telephones' => true | |
], | |
'properties' => [ | |
'id' => (int) 3, | |
'title' => 'Home' | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Telephonetypes' | |
} | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Telephones' | |
}, | |
(int) 10 => object(App\Model\Entity\Telephone) { | |
'new' => false, | |
'accessible' => [ | |
'telephone' => true, | |
'telephonetype_id' => true, | |
'record_id' => true, | |
'telephonetype' => true, | |
'record' => true | |
], | |
'properties' => [ | |
'id' => (int) 11, | |
'telephone' => '+905337428708', | |
'telephonetype_id' => (int) 3, | |
'record_id' => (int) 30, | |
'telephonetype' => object(App\Model\Entity\Telephonetype) { | |
'new' => false, | |
'accessible' => [ | |
'title' => true, | |
'telephones' => true | |
], | |
'properties' => [ | |
'id' => (int) 3, | |
'title' => 'Home' | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Telephonetypes' | |
} | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Telephones' | |
}, | |
(int) 11 => object(App\Model\Entity\Telephone) { | |
'new' => false, | |
'accessible' => [ | |
'telephone' => true, | |
'telephonetype_id' => true, | |
'record_id' => true, | |
'telephonetype' => true, | |
'record' => true | |
], | |
'properties' => [ | |
'id' => (int) 12, | |
'telephone' => '+905337428708', | |
'telephonetype_id' => (int) 3, | |
'record_id' => (int) 30, | |
'telephonetype' => object(App\Model\Entity\Telephonetype) { | |
'new' => false, | |
'accessible' => [ | |
'title' => true, | |
'telephones' => true | |
], | |
'properties' => [ | |
'id' => (int) 3, | |
'title' => 'Home' | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Telephonetypes' | |
} | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Telephones' | |
} | |
], | |
'addresses' => [ | |
(int) 0 => object(App\Model\Entity\Address) { | |
'new' => false, | |
'accessible' => [ | |
'streetAddress' => true, | |
'addressLocality' => true, | |
'postalCode' => true, | |
'addressCountry' => true, | |
'description' => true, | |
'record_id' => true, | |
'record' => true | |
], | |
'properties' => [ | |
'id' => (int) 1, | |
'streetAddress' => 'B-15 Daire:51 Atakoy Karanfil Sok. 6A', | |
'addressLocality' => 'Prague', | |
'postalCode' => '34156', | |
'addressCountry' => 'Turkey', | |
'description' => 'B-15 Daire:51 Atakoy Karanfil Sok. 6A', | |
'record_id' => (int) 30 | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Addresses' | |
}, | |
(int) 1 => object(App\Model\Entity\Address) { | |
'new' => false, | |
'accessible' => [ | |
'streetAddress' => true, | |
'addressLocality' => true, | |
'postalCode' => true, | |
'addressCountry' => true, | |
'description' => true, | |
'record_id' => true, | |
'record' => true | |
], | |
'properties' => [ | |
'id' => (int) 2, | |
'streetAddress' => 'B-15 Daire:51 Atakoy Karanfil Sok. 6A', | |
'addressLocality' => 'Prague', | |
'postalCode' => '34156', | |
'addressCountry' => 'Turkey', | |
'description' => 'B-15 Daire:51 Atakoy Karanfil Sok. 6A', | |
'record_id' => (int) 30 | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Addresses' | |
}, | |
(int) 2 => object(App\Model\Entity\Address) { | |
'new' => false, | |
'accessible' => [ | |
'streetAddress' => true, | |
'addressLocality' => true, | |
'postalCode' => true, | |
'addressCountry' => true, | |
'description' => true, | |
'record_id' => true, | |
'record' => true | |
], | |
'properties' => [ | |
'id' => (int) 3, | |
'streetAddress' => 'B-15 Daire:51 Atakoy Karanfil Sok. 6A', | |
'addressLocality' => 'Prague', | |
'postalCode' => '34156', | |
'addressCountry' => 'Turkey', | |
'description' => 'B-15 Daire:51 Atakoy Karanfil Sok. 6A', | |
'record_id' => (int) 30 | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Addresses' | |
}, | |
(int) 3 => object(App\Model\Entity\Address) { | |
'new' => false, | |
'accessible' => [ | |
'streetAddress' => true, | |
'addressLocality' => true, | |
'postalCode' => true, | |
'addressCountry' => true, | |
'description' => true, | |
'record_id' => true, | |
'record' => true | |
], | |
'properties' => [ | |
'id' => (int) 4, | |
'streetAddress' => 'B-15 Daire:51 Atakoy Karanfil Sok. 6A', | |
'addressLocality' => 'Prague', | |
'postalCode' => '34156', | |
'addressCountry' => 'Turkey', | |
'description' => 'B-15 Daire:51 Atakoy Karanfil Sok. 6A', | |
'record_id' => (int) 30 | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Addresses' | |
}, | |
(int) 4 => object(App\Model\Entity\Address) { | |
'new' => false, | |
'accessible' => [ | |
'streetAddress' => true, | |
'addressLocality' => true, | |
'postalCode' => true, | |
'addressCountry' => true, | |
'description' => true, | |
'record_id' => true, | |
'record' => true | |
], | |
'properties' => [ | |
'id' => (int) 5, | |
'streetAddress' => 'B-15 Daire:51 Atakoy Karanfil Sok. 6A', | |
'addressLocality' => 'Prague', | |
'postalCode' => '34156', | |
'addressCountry' => 'Turkey', | |
'description' => 'B-15 Daire:51 Atakoy Karanfil Sok. 6A', | |
'record_id' => (int) 30 | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Addresses' | |
}, | |
(int) 5 => object(App\Model\Entity\Address) { | |
'new' => false, | |
'accessible' => [ | |
'streetAddress' => true, | |
'addressLocality' => true, | |
'postalCode' => true, | |
'addressCountry' => true, | |
'description' => true, | |
'record_id' => true, | |
'record' => true | |
], | |
'properties' => [ | |
'id' => (int) 6, | |
'streetAddress' => 'B-15 Daire:51 Atakoy Karanfil Sok. 6A', | |
'addressLocality' => 'Prague', | |
'postalCode' => '34156', | |
'addressCountry' => 'Turkey', | |
'description' => 'B-15 Daire:51 Atakoy Karanfil Sok. 6A', | |
'record_id' => (int) 30 | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Addresses' | |
}, | |
(int) 6 => object(App\Model\Entity\Address) { | |
'new' => false, | |
'accessible' => [ | |
'streetAddress' => true, | |
'addressLocality' => true, | |
'postalCode' => true, | |
'addressCountry' => true, | |
'description' => true, | |
'record_id' => true, | |
'record' => true | |
], | |
'properties' => [ | |
'id' => (int) 7, | |
'streetAddress' => 'B-15 Daire:51 Atakoy Karanfil Sok. 6A', | |
'addressLocality' => 'Prague', | |
'postalCode' => '34156', | |
'addressCountry' => 'Turkey', | |
'description' => 'B-15 Daire:51 Atakoy Karanfil Sok. 6A', | |
'record_id' => (int) 30 | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Addresses' | |
}, | |
(int) 7 => object(App\Model\Entity\Address) { | |
'new' => false, | |
'accessible' => [ | |
'streetAddress' => true, | |
'addressLocality' => true, | |
'postalCode' => true, | |
'addressCountry' => true, | |
'description' => true, | |
'record_id' => true, | |
'record' => true | |
], | |
'properties' => [ | |
'id' => (int) 8, | |
'streetAddress' => 'B-15 Daire:51 Atakoy Karanfil Sok. 6A', | |
'addressLocality' => 'Prague', | |
'postalCode' => '34156', | |
'addressCountry' => 'Turkey', | |
'description' => 'B-15 Daire:51 Atakoy Karanfil Sok. 6A', | |
'record_id' => (int) 30 | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Addresses' | |
}, | |
(int) 8 => object(App\Model\Entity\Address) { | |
'new' => false, | |
'accessible' => [ | |
'streetAddress' => true, | |
'addressLocality' => true, | |
'postalCode' => true, | |
'addressCountry' => true, | |
'description' => true, | |
'record_id' => true, | |
'record' => true | |
], | |
'properties' => [ | |
'id' => (int) 9, | |
'streetAddress' => 'B-15 Daire:51 Atakoy Karanfil Sok. 6A', | |
'addressLocality' => 'Prague', | |
'postalCode' => '34156', | |
'addressCountry' => 'Turkey', | |
'description' => 'B-15 Daire:51 Atakoy Karanfil Sok. 6A', | |
'record_id' => (int) 30 | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Addresses' | |
}, | |
(int) 9 => object(App\Model\Entity\Address) { | |
'new' => false, | |
'accessible' => [ | |
'streetAddress' => true, | |
'addressLocality' => true, | |
'postalCode' => true, | |
'addressCountry' => true, | |
'description' => true, | |
'record_id' => true, | |
'record' => true | |
], | |
'properties' => [ | |
'id' => (int) 10, | |
'streetAddress' => 'B-15 Daire:51 Atakoy Karanfil Sok. 6A', | |
'addressLocality' => 'Prague', | |
'postalCode' => '34156', | |
'addressCountry' => 'Turkey', | |
'description' => 'B-15 Daire:51 Atakoy Karanfil Sok. 6A', | |
'record_id' => (int) 30 | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Addresses' | |
}, | |
(int) 10 => object(App\Model\Entity\Address) { | |
'new' => false, | |
'accessible' => [ | |
'streetAddress' => true, | |
'addressLocality' => true, | |
'postalCode' => true, | |
'addressCountry' => true, | |
'description' => true, | |
'record_id' => true, | |
'record' => true | |
], | |
'properties' => [ | |
'id' => (int) 11, | |
'streetAddress' => 'B-15 Daire:51 Atakoy Karanfil Sok. 6A', | |
'addressLocality' => 'Prague', | |
'postalCode' => '34156', | |
'addressCountry' => 'Turkey', | |
'description' => 'B-15 Daire:51 Atakoy Karanfil Sok. 6A', | |
'record_id' => (int) 30 | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Addresses' | |
}, | |
(int) 11 => object(App\Model\Entity\Address) { | |
'new' => false, | |
'accessible' => [ | |
'streetAddress' => true, | |
'addressLocality' => true, | |
'postalCode' => true, | |
'addressCountry' => true, | |
'description' => true, | |
'record_id' => true, | |
'record' => true | |
], | |
'properties' => [ | |
'id' => (int) 12, | |
'streetAddress' => 'B-15 Daire:51 Atakoy Karanfil Sok. 6A', | |
'addressLocality' => 'Prague', | |
'postalCode' => '34156', | |
'addressCountry' => 'Turkey', | |
'description' => 'B-15 Daire:51 Atakoy Karanfil Sok. 6A', | |
'record_id' => (int) 30 | |
], | |
'dirty' => [], | |
'original' => [], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Addresses' | |
} | |
] | |
], | |
'virtual' => [], | |
'errors' => [], | |
'repository' => 'Records' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment