PHP Class Newscoop\Gimme\PropertyMatcher

Show file Open project: sourcefabric/newscoop Class Usage Examples

Public Methods

Method Description
match ( string $class, string $property ) : string Match properties with fields names

Method Details

match() public static method

Match properties with fields names
public static match ( string $class, string $property ) : string
$class string class namespace
$property string property name
return string matched field name or property