Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@ class ComponentImplementation extends ArrayImplementation
*/
protected $ignoreProperties = ['__meta', 'renderer'];

/**
* Expose fusion object name for component reflection
*
* @return string
*/
public function getFusionObjectName()
{
return $this->fusionObjectName;
}

/**
* Get the component props as an associative array
*
Expand Down