Flarum\Api\Controller\CreatePostController::__construct PHP Method

__construct() public method

public __construct ( Illuminate\Contracts\Bus\Dispatcher $bus, Floodgate $floodgate )
$bus Illuminate\Contracts\Bus\Dispatcher
$floodgate Flarum\Core\Post\Floodgate
    public function __construct(Dispatcher $bus, Floodgate $floodgate)
    {
        $this->bus = $bus;
        $this->floodgate = $floodgate;
    }
CreatePostController