Lines:
1 to 21 of 21
<?php namespace Yoast\WP\Lib; use Exception; use Yoast\WP\Lib\Dependency_Injection\Container_Registry; use Yoast\WP\SEO\Exceptions\Forbidden_Property_Mutation_Exception; use Yoast\WP\SEO\Loader; use YoastSEO_Vendor\Symfony\Component\DependencyInjection\ContainerInterface; /* class Abstract_Main */ /* function Abstract_Main::load() – Loads the plugin. */ /* function Abstract_Main::__get() – Magic getter for retrieving a property. */ /* function Abstract_Main::__isset() – Checks if the given property exists as a surface. */ /* function Abstract_Main::__set */ /* function Abstract_Main::__unset */ /* function Abstract_Main::get_container() – Loads the DI container. */ /* function Abstract_Main::get_name() – Gets the name of the plugin. */ /* function Abstract_Main::get_surfaces() – Gets the surfaces of this plugin. */ /* function Abstract_Main::is_development() – Returns whether or not we’re in an environment for Yoast development. */