CakeFest 2024: The Official CakePHP Conference

The Componere\Method class

(Componere 2 >= 2.1.0)

简介

A Method represents a function with modifiable accessibility flags

类摘要

final class Componere\Method {
/* Constructor */
public __construct(Closure $closure)
/* 方法 */
public setPrivate(): Method
public setProtected(): Method
public setStatic(): Method
}

目录

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top