GraphAware\Neo4j\OGM\Metadata\ResultField::__construct PHP Method

__construct() public method

public __construct ( $fieldName, $fieldType, $target )
    public function __construct($fieldName, $fieldType, $target)
    {
        $this->fieldName = $fieldName;
        $this->fieldType = $fieldType;
        $this->target = $target;
    }