PATH:
home
/
letacommog
/
metras
/
wp-content
/
plugins
/
wp-lastweets
/
vendor
/
htmlburger
/
carbon-fields
/
core
<?php namespace Carbon_Fields; /** * Block proxy factory class. * Used for shorter namespace access when creating a block. */ class Block extends Container { /** * {@inheritDoc} */ public static function make() { return call_user_func_array( array( 'parent', 'make' ), array_merge( array( 'block' ), 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]