PHP Class Plum\Plum\Pipe\ConverterPipe

Author: Florian Eckerstorfer
Inheritance: extends AbstractPipe
Afficher le fichier Open project: plumphp/plum Class Usage Examples

Méthodes publiques

Méthode Description
createConverter ( Plum\Plum\Converter\ConverterInterface | callable | array $element ) : ConverterPipe

Méthodes protégées

Méthode Description
hasElementCallbackConverter ( array | callable | Plum\Plum\Converter\ConverterInterface $element ) : boolean
hasElementConverter ( array | callable | Plum\Plum\Converter\ConverterInterface $element ) : boolean

Method Details

createConverter() public static méthode

public static createConverter ( Plum\Plum\Converter\ConverterInterface | callable | array $element ) : ConverterPipe
$element Plum\Plum\Converter\ConverterInterface | callable | array
Résultat ConverterPipe

hasElementCallbackConverter() protected static méthode

protected static hasElementCallbackConverter ( array | callable | Plum\Plum\Converter\ConverterInterface $element ) : boolean
$element array | callable | Plum\Plum\Converter\ConverterInterface
Résultat boolean

hasElementConverter() protected static méthode

protected static hasElementConverter ( array | callable | Plum\Plum\Converter\ConverterInterface $element ) : boolean
$element array | callable | Plum\Plum\Converter\ConverterInterface
Résultat boolean