Home
last modified time | relevance | path

Searched refs:isCustomDateTimeCast (Results 1 – 2 of 2) sorted by relevance

/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/database/Eloquent/Concerns/
H A DHasAttributes.php195 if ($attributes[$key] && $this->isCustomDateTimeCast($value)) {
522 if ($this->isCustomDateTimeCast($this->getCasts()[$key])) {
539 protected function isCustomDateTimeCast($cast) function
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/
H A DHasAttributes.php247 if ($attributes[$key] && $this->isCustomDateTimeCast($value)) {
624 if ($this->isCustomDateTimeCast($this->getCasts()[$key])) {
670 protected function isCustomDateTimeCast($cast) function