Skip to content

Add get method #4

@sbouman

Description

@sbouman

    public function get($fieldName)
    {
        if (property_exists($this, $fieldName)) {
            return $this->$fieldName;
        }

        return null;
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions