Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in self

What's the Point of Using [self class]

objective-c xcode class self

Rails -- self vs. @

Why is Self assignable in Delphi?

Python self and super in multiple inheritance

Why use [ClassName alloc] instead of [[self class] alloc]?

In Ruby, inside a class method, is self the class or an instance?

PHP: self:: vs parent:: with extends

php class static parent self

What is the purpose of checking self.__class__?

python class oop interface self

(Ruby,Rails) Context of SELF in modules and libraries...?

ruby-on-rails ruby scope self

Swift - perform Segue

ios swift self

Assigning to self in Objective-C

need self to set all constants of a swift class in init

swift self initializer

Can a JavaScript function return itself?

javascript function self

Can anybody please explain (my $self = shift) in Perl

perl attributes self shift moose

What does "self" mean in javascript?

javascript dom keyword self

Swift Error: Ambiguous reference to member 'subscript'

swift member self subscript let

When do you use 'self' in Python?

python self

Is there a generic way for a function to reference itself?

python function reference self

When to use `self.foo` instead of `foo` in Ruby methods

ruby self

How to call an Objective-C Method from a C Method?

objective-c self