package pfff

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val interfaces : Cst_php.class_def -> Cst_php.class_name list
val constructor_name : string
val get_constructor : Cst_php.class_def -> Cst_php.method_def
val get_public_or_protected_vars_of_class : Cst_php.class_def -> Cst_php.dname list
val is_static_method : Cst_php.method_def -> bool
val has_visiblity_modifier : Cst_php.modifier Cst_php.wrap list -> bool
val is_interface : Cst_php.class_def -> bool
exception Use__Call
exception UndefinedClassWhileLookup of string
val lookup_method : ?case_insensitive:bool -> (string * string) -> Entity_php.entity_finder -> Cst_php.method_def
val lookup_member : ?case_insensitive:bool -> (string * string) -> Entity_php.entity_finder -> Cst_php.class_variable * Cst_php.class_var_modifier
val lookup_constant : (string * string) -> Entity_php.entity_finder -> Cst_php.class_constant
val collect_members : string -> Entity_php.entity_finder -> Cst_php.dname list
val class_variables_reorder_first : Cst_php.class_def -> Cst_php.class_def
val class_kind_of_ctype : Cst_php.class_type -> Entity_code.class_kind
val string_of_class_type : Cst_php.class_type -> string