Skip to content

Accessing protected properties #21

@goldsky

Description

@goldsky

on https://github.com/argnist/Cliche/blob/master/core/components/cliche/controllers/clichecontroller.class.php#L43
I think it should be

/**
 * Return an array of REQUEST options
 * @return array
 */
public function getProperties() {
    return $this->controller->getProperties();
}

because the $scriptProperties property is protected inside the ClicheController class

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions