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