Skip to content

Instantly share code, notes, and snippets.

@timplunkett
timplunkett / ladder.md
Created April 16, 2019 22:24 — forked from jamtur01/ladder.md
Kickstarter Engineering Ladder
<?php
/**
* Constructs a new context definition object.
*
* @param array $values
* An associative array with the following keys:
* - value: The required data type.
* - required: (optional) Whether the context definition is required.
* - multiple: (optional) Whether the context definition is multivalue.