Import a write panel given the file path.
public Import ( string $panelFilePath, string $writePanelName = false, boolean $overwrite = false ) : the | ||
$panelFilePath | string | the full path of the panel file |
$writePanelName | string | the write panel name, if this value if false, the function will use the pnl filename as the write panel name. The default value is false |
$overwrite | boolean | whether to overwrite existing panels with the same name |
return | the | panel id, or false in case of error. |