Tribe__Repository__Decorator::add_schema_entry( $key, $callback )
{@inheritdoc}
Source
File: src/Tribe/Repository/Decorator.php
public function add_schema_entry( $key, $callback ) {
$this->decorated->add_schema_entry( $key, $callback );
}
{@inheritdoc}
File: src/Tribe/Repository/Decorator.php
public function add_schema_entry( $key, $callback ) {
$this->decorated->add_schema_entry( $key, $callback );
}