Newscoop\GimmeBundle\Entity\PublicApiResource::setId PHP 메소드

setId() 공개 메소드

Sets the value of id.
public setId ( mixed $id ) : self
$id mixed the id
리턴 self
    public function setId($id)
    {
        $this->id = $id;
        return $this;
    }