PayplansConfiguration object allows you to perform numerous actions without writing a single query on the Configuration entity.
Reset configuration
public function getConfig()
This function reset Configuration to its default value.
Get component name
public function getComponentname()
Get the name of component.
Get configuration title
public function getTitle()
Get the title of configuration.
Get configuration file path
public function getPath()
Return the path of configuration file
Get configuration in array format
public function renderToArray($key= null)
Return the configuration(which is in .ini format) in array format.