We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a6e68 commit f300c77Copy full SHA for f300c77
src/Datatable.php
@@ -63,20 +63,6 @@ function placeholder()
63
</div>
64
HTML;
65
}
66
- /**
67
- * The `mount` function in PHP is used to assign values to object properties and then call the
68
- * `setup` method.
69
- *
70
- * @param properties An array of key-value pairs representing the properties to be set on the
71
- * object.
72
- */
73
- public function mount($properties = [])
74
- {
75
- foreach ($properties as $key => $value) {
76
- $this->{$key} = $value;
77
- }
78
- $this->setup();
79
80
81
/**
82
* The setup function initializes the columns and filters of a class based on the table and filter
0 commit comments