Searched +refs:artist +refs:mode +refs:name (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Class-DBI/lib/Class/
H A DDBI.pm372 # the method name by calling accessor_name() and mutator_name() with the
373 # normalized column name.
377 # If both the accessor and mutator are to have the same method name,
386 ro => $obj->accessor($class->accessor_name($obj->name)),
387 wo => $obj->mutator($class->mutator_name($obj->name)),
391 my $name = $method{$type};
394 $class->_make_method($_, $accessor) for ($name, "_${name}_accessor");
400 my ($class, $name, $method) = @_;
401 return if defined &{"$class\::$name"};
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm319 # the method name by calling accessor_name_for() and mutator_name_for()
320 # with the normalized column name.
322 # mutator name will be the same as accessor name unless you override it.
324 # If both the accessor and mutator are to have the same method name,
357 my $name = $method{$type};
360 $class->_make_method($_, $accessor) for ($name, "_${name}_accessor");
366 my ($class, $name, $method) = @_;
367 return if defined &{"$class\::$name"};
[all...]

Completed in 234 milliseconds