D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
ltfsolutionsco
/
www
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
surfaces
/
Filename :
classes-surface.php
back
Copy
<?php namespace Yoast\WP\SEO\Surfaces; use YoastSEO_Vendor\Symfony\Component\DependencyInjection\ContainerInterface; /** * Class Classes_Surface. * * Surface for the indexables. */ class Classes_Surface { /** * The dependency injection container. * * @var ContainerInterface */ public $container; /** * Loader constructor. * * @param ContainerInterface $container The dependency injection container. */ public function __construct( ContainerInterface $container ) { $this->container = $container; } /** * Returns the instance of a class. Handy for unhooking things. * * @param string $class_name The class to get the instance of. * * @return mixed The instance of the class. */ public function get( $class_name ) { return $this->container->get( $class_name ); } }
Name
Size
Last Modified
Owner
Permissions
Actions
values
Dir
February 03 2024 2:12:24
ltfsolutionsco
0755
classes-surface.php
0.795
KB
February 03 2024 2:12:24
ltfsolutionsco
0644
helpers-surface.php
5.63
KB
February 03 2024 2:12:24
ltfsolutionsco
0644
meta-surface.php
10.251
KB
February 03 2024 2:12:24
ltfsolutionsco
0644
open-graph-helpers-surface.php
2.483
KB
February 03 2024 2:12:24
ltfsolutionsco
0644
schema-helpers-surface.php
2.85
KB
February 03 2024 2:12:24
ltfsolutionsco
0644
twitter-helpers-surface.php
2.469
KB
February 03 2024 2:12:24
ltfsolutionsco
0644
2017 © D7net | D704T team