accessible('*', true)` means that any property not specified already * will be accessible by default. * * @deprecated 3.4.0 Use setAccess() and isAccessible() instead. * @param string|array $property Either a single or list of properties to change its accessibility. * @param bool|null $set true marks the property as accessible, false will * mark it as protected. * @return \Cake\Datasource\EntityInterface|bool */ public function accessible($property, $set = null); }