Anton

Results 248 comments of Anton

@apalfrey > Selects with size and multiple are not supported. https://getbootstrap.com/docs/5.0/forms/floating-labels/#selects

I think need use traditional style i.e. base on `@property-read`, `@property-write` tags, `readonly` property(added in PHP 8.1) can be declared as `@property-readonly` and `static` method as `@method-static`.

Unfortunately, none of the variant allows declare link/alias in `@method` i.e. specify a method of another class without parameters and return type: ~~~php class A { public static function run(array...

@Cavaldier u can extend any class. also u can set/get any other properties/classes from Lazarus elements/classes: ~~~

@Cavaldier extends class https://github.com/gabrielrcouto/php-gui/blob/master/src/Components/Select.php ~~~

@Cavaldier then its u problem, need write something like this.

@Cavaldier facepalm...

@ondrejmirtes it's unreal/wrong in case like as: file `A.php`: ~~~php class A {} const C = 1; ~~~ file `B.php`: ~~~ class B {} const C = 2; ~~~ If...

@Ocramius I inserted lines with errors in 5.0

@Ocramius @asgrim `getDeclaringClass()` it's latest class in chain of nested classes who override method, `getPrototype()` is last/top interface/class in chain of nested interfaces/abstract classes where defined method i.e. last abstraction...