Trait php_codegen::Generator

source ยท
pub trait Generator {
    // Required method
    fn generate(&self, indentation: Indentation, level: usize) -> String;
}

Required Methodsยง

source

fn generate(&self, indentation: Indentation, level: usize) -> String

Implementations on Foreign Typesยง

sourceยง

impl Generator for Vec<Class>

sourceยง

fn generate(&self, indentation: Indentation, level: usize) -> String

sourceยง

impl Generator for Vec<ClassConstant>

sourceยง

fn generate(&self, indentation: Indentation, level: usize) -> String

sourceยง

impl Generator for Vec<Constant>

sourceยง

fn generate(&self, indentation: Indentation, level: usize) -> String

sourceยง

impl Generator for Vec<Enum>

sourceยง

fn generate(&self, indentation: Indentation, level: usize) -> String

sourceยง

impl Generator for Vec<EnumCase>

sourceยง

fn generate(&self, indentation: Indentation, level: usize) -> String

sourceยง

impl Generator for Vec<Function>

sourceยง

fn generate(&self, indentation: Indentation, level: usize) -> String

sourceยง

impl Generator for Vec<Interface>

sourceยง

fn generate(&self, indentation: Indentation, level: usize) -> String

sourceยง

impl Generator for Vec<Method>

sourceยง

fn generate(&self, indentation: Indentation, level: usize) -> String

sourceยง

impl Generator for Vec<Parameter>

sourceยง

fn generate(&self, indentation: Indentation, level: usize) -> String

sourceยง

impl Generator for Vec<Property>

sourceยง

fn generate(&self, indentation: Indentation, level: usize) -> String

sourceยง

impl Generator for Vec<Trait>

sourceยง

fn generate(&self, indentation: Indentation, level: usize) -> String

sourceยง

impl Generator for Vec<Usage>

sourceยง

fn generate(&self, indentation: Indentation, level: usize) -> String

Implementorsยง