Lines Matching refs:component
178 $isBaseComponent = function ($component) {
179 if (!$component instanceof VObject\Component) {
182 if ('VTIMEZONE' === $component->name) {
185 if (isset($component->{'RECURRENCE-ID'})) {
229 $isBaseComponent = function ($component) {
230 if (!$component instanceof VObject\Component) {
233 if ('VTIMEZONE' === $component->name) {
236 if (isset($component->{'RECURRENCE-ID'})) {
295 $stripTimezones = function (Component $component) use ($timeZone, &$stripTimezones) {
296 foreach ($component->children() as $componentChild) {
309 return $component;