PATH:
home
/
letacommog
/
metras
/
wp-content
/
plugins
/
wp-lastweets
/
vendor
/
htmlburger
/
carbon-fields
/
core
<?php namespace Carbon_Fields; /** * Container proxy factory class. * Used for shorter namespace access when creating a container. */ class Container { /** * A proxy for the abstract container factory method. * * @see \Carbon_Fields\Container\Container::factory() * @return \Carbon_Fields\Container\Container */ public static function factory() { return call_user_func_array( array( '\Carbon_Fields\Container\Container', 'factory' ), func_get_args() ); } /** * An alias of factory(). * * @see \Carbon_Fields\Container\Container::factory() * @return \Carbon_Fields\Container\Container */ public static function make() { return call_user_func_array( array( get_class(), 'factory' ), func_get_args() ); } }
[+]
..
[+]
Service
[-] Container.php
[edit]
[-] Field.php
[edit]
[+]
Libraries
[+]
Datastore
[+]
Pimple
[+]
Walker
[+]
Provider
[-] functions.php
[edit]
[-] Widget.php
[edit]
[+]
Event
[+]
Helper
[+]
Exception
[+]
Container
[-] Block.php
[edit]
[+]
Value_Set
[+]
Toolset
[+]
REST_API
[+]
Field
[+]
Loader
[+]
Widget
[-] Carbon_Fields.php
[edit]