addPlaceholder() addPlaceholder( $key, $segment) : boolean Add a placeholder substitution ``` Path::addPlaceholder('foo', 'bar/baz'); ... Path::get('path/to/%foo%'); // path/to/bar/baz Parameters $key $segment Returns boolean