Encore\Admin\Form\Field\Image::__call PHP Method

__call() public method

public __call ( $method, $arguments )
    public function __call($method, $arguments)
    {
        $this->calls[] = ['method' => $method, 'arguments' => $arguments];
        return $this;
    }