芝麻web文件管理V1.00
编辑当前文件:/home/elegucvf/public_html/src/editors/framework/cornerstone-content.php
options_helper = $options_helper; } /** * If cornerstone is enabled. * * @return bool If cornerstone is enabled. */ public function is_enabled(): bool { return (bool) $this->options_helper->get( 'enable_cornerstone_content', false ); } /** * Gets the name. * * @return string The name. */ public function get_name(): string { return self::NAME; } /** * Gets the legacy key. * * @return string The legacy key. */ public function get_legacy_key(): string { return 'cornerstoneActive'; } }