Class TypeGenerator

Summary

Fully Qualified Name: Zend\Code\Generator\TypeGenerator
Implements: GeneratorInterface

Description

Methods

Name Description Defined By
__toString() TypeGenerator
fromTypeString() TypeGenerator
generate() {@inheritDoc} TypeGenerator

Method Details

__toString()

Returns: string the cleaned type string

fromTypeString()

Parameter Name Type Description
$type string

Returns: \TypeGenerator

generate()

{@inheritDoc}

Returns:

Top