frontend\modules\tweet\models\Tweet::getLike PHP Method

getLike() public method

public getLike ( )
    public function getLike()
    {
        $model = new UserMeta();
        return $model->isUserAction(self::TYPE, 'like', $this->id);
    }