Tribe__Data::offsetGet( $offset )
Source
File: src/Tribe/Data.php
public function offsetGet( $offset ) {
return isset( $this->data[ $offset ] )
? $this->data[ $offset ]
: $this->default;
}
File: src/Tribe/Data.php
public function offsetGet( $offset ) {
return isset( $this->data[ $offset ] )
? $this->data[ $offset ]
: $this->default;
}