Struct ext_php_rs::describe::Method
source · #[repr(C)]pub struct Method {
pub name: Str,
pub docs: DocBlock,
pub ty: MethodType,
pub params: Vec<Parameter>,
pub retval: Option<Retval>,
pub _static: bool,
pub visibility: Visibility,
}Expand description
Represents a method attached to an exported class.
Fields§
§name: Str§docs: DocBlock§ty: MethodType§params: Vec<Parameter>§retval: Option<Retval>§_static: bool§visibility: Visibility