Spatie\Activitylog\Models\Activity::getExtraProperty PHP Méthode

getExtraProperty() public méthode

Get the extra properties with the given name.
public getExtraProperty ( string $propertyName ) : mixed
$propertyName string
Résultat mixed
    public function getExtraProperty(string $propertyName)
    {
        return array_get($this->properties->toArray(), $propertyName);
    }