Knp\Bundle\KnpBundlesBundle\Entity\Organization::toArray PHP Method

toArray() public method

public toArray ( )
    public function toArray()
    {
        return array('name' => $this->getName(), 'email' => $this->getEmail(), 'avatarUrl' => $this->getAvatarUrl(), 'fullName' => $this->getFullName(), 'location' => $this->getLocation(), 'blog' => $this->getUrl(), 'bundles' => $this->getBundleNames(), 'members' => $this->getMemberNames(), 'score' => $this->getScore());
    }