Determines whether a source has a property.
string $property: A property on the source.
bool TRUE if the source has property; FALSE otherwise.
public function hasSourceProperty($property) { return NestedArray::keyExists($this->source, explode(static::PROPERTY_SEPARATOR, $property)); }