SatisAdmin\Model\PackageRepository::jsonSerialize PHP Method

jsonSerialize() public method

{@inheritDoc}
public jsonSerialize ( )
    public function jsonSerialize()
    {
        return array_merge(parent::jsonSerialize(), ['package' => $this->getPackage()]);
    }