File manager - Edit - /var/www/payraty/helpdesk/vendor/livewire/livewire/src/Features/SupportAttributes/HandlesAttributes.php
Back
<?php namespace Livewire\Features\SupportAttributes; trait HandlesAttributes { protected AttributeCollection $attributes; function getAttributes() { return $this->attributes ??= AttributeCollection::fromComponent($this); } function setPropertyAttribute($property, $attribute) { $attribute->__boot($this, AttributeLevel::PROPERTY, $property); $this->mergeOutsideAttributes(new AttributeCollection([$attribute])); } function mergeOutsideAttributes(AttributeCollection $attributes) { $this->attributes = $this->getAttributes()->concat($attributes); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings