Romanekonte9

Avatar
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
  • Romanekonte9 created a post,

    Phpdock for that checks that method in string exists

    How make check that method represent in string?Examplepublic static function test(): array { return [ ['methodA', 1], ['methodB', 2], ]; } public function methodA(): void { ... } public function ...