Lines Matching refs:component
180 $isBaseComponent = function($component) {
182 if (!$component instanceof VObject\Component) {
185 if ($component->name === 'VTIMEZONE') {
188 if (isset($component->{'RECURRENCE-ID'})) {
236 $isBaseComponent = function($component) {
238 if (!$component instanceof VObject\Component) {
241 if ($component->name === 'VTIMEZONE') {
244 if (isset($component->{'RECURRENCE-ID'})) {
302 $stripTimezones = function(Component $component) use ($timeZone, &$stripTimezones) {
304 foreach ($component->children() as $componentChild) {
318 return $component;